summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:38:00 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:38:00 +0000
commit1b159b3eaa9f826e4cdf48cdde9826021662424d (patch)
tree500147158ae466bb4b07b35c1deb37be933a3190
parentaeec5b856374c4984938b53b80c9e162fb5c366b (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/xf86Palmax.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Palmax.c b/src/xf86Palmax.c
index 6c3738b..ab2931d 100644
--- a/src/xf86Palmax.c
+++ b/src/xf86Palmax.c
@@ -1,5 +1,9 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "misc.h"
#include "xf86.h"
#include "xf86_OSproc.h"