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
commit45775f7085e93e15465ab86540e378331155adef (patch)
tree4a22f642c74f1eaae8f4518e148ea3eb61fdd787
parent58570d8456c500100d3ab54e2e0f37650d2681dd (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/microtouch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/microtouch.c b/src/microtouch.c
index 4c863d0..9a217e9 100644
--- a/src/microtouch.c
+++ b/src/microtouch.c
@@ -50,6 +50,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.c,v 1.11 1999/08/28 10:43:36 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define _microtouch_C_
/*****************************************************************************
* Standard Headers