diff options
Diffstat (limited to 'src/ffb_dri.c')
-rw-r--r-- | src/ffb_dri.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ffb_dri.c b/src/ffb_dri.c index be1d86c..cf49e5d 100644 --- a/src/ffb_dri.c +++ b/src/ffb_dri.c @@ -22,6 +22,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86.h" #include "xf86_OSproc.h" #include "xf86_ansic.h" |