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
commit78fbb711e9af7ffdfc08f0184ac46755b165cb9f (patch)
treec71d1188e4b9fd6789c697a80cf80d965308cc0d
parent03599b6c899184877ce48309938b9ab488e5d4b7 (diff)
Prep input drivers for modularizing by adding guarded #include "config.h"
-rw-r--r--src/xf86Summa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Summa.c b/src/xf86Summa.c
index 7e46123..8d94d81 100644
--- a/src/xf86Summa.c
+++ b/src/xf86Summa.c
@@ -26,6 +26,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/summa/xf86Summa.c,v 1.16 2003/11/03 05:11:49 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#if 0
static const char identification[] = "$Identification: 18 $";
#endif