summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:38:01 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:38:01 +0000
commit1178d658a90ca9e7d0c8009181a978bdbee6149a (patch)
tree6a3f119ac2a6ef8dedfdc990249305b2003e9fc2
parent72a50542f6cc23f400ee95604beae08c0fbaec34 (diff)
Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-rw-r--r--src/xf86Ur-98.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Ur-98.c b/src/xf86Ur-98.c
index 4a9edcf..1e1f8d0 100644
--- a/src/xf86Ur-98.c
+++ b/src/xf86Ur-98.c
@@ -1,5 +1,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/xf86Ur-98.c,v 1.1tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <unistd.h>
#include <string.h>