summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
commit7ce755dd1f0576357cef860b1f996a7be143b19a (patch)
treef91e69f249774b4d7fdb6da12f66c9a815beb18f
parent36eb49a9d7cee575c000c6e839ad1a7bf7b5fb6e (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/js_x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js_x.c b/src/js_x.c
index ed7f3ca..f4e56b4 100644
--- a/src/js_x.c
+++ b/src/js_x.c
@@ -22,6 +22,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.c,v 1.3tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include "xf86Version.h"
#if XORG_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0)