summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:30:07 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:30:07 +0000
commit22571cf4bc09eeaf0be9038ef0896f1d30a1f3b6 (patch)
tree7cc6d5bf8a68ef93e4ce3f3980ca43c87c6f4907
parent4e0146d2bef7709a8e88461684453f261c0792af (diff)
-rw-r--r--src/wsfb_driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 06bdec0..7a30cb8 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -36,6 +36,10 @@
* Michel Dänzer, <michdaen@iiic.ethz.ch>
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>