diff options
Diffstat (limited to 'src/i810_dri.c')
-rw-r--r-- | src/i810_dri.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i810_dri.c b/src/i810_dri.c index 8cd4d1ea..9aaab8cd 100644 --- a/src/i810_dri.c +++ b/src/i810_dri.c @@ -12,6 +12,10 @@ * with <TAB> characters expanded at 8-column intervals. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86.h" #include "xf86_OSproc.h" #include "xf86_ansic.h" |