summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fbdev.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fbdev.c b/src/fbdev.c
index f117e7f..eeafaed 100644
--- a/src/fbdev.c
+++ b/src/fbdev.c
@@ -5,6 +5,10 @@
* Michel Dänzer, <michdaen@iiic.ethz.ch>
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* all driver need this */
#include "xf86.h"
#include "xf86_OSproc.h"