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
commit4ff4c13342fb496ac5ca51bc0814fd27d2df1961 (patch)
tree79ec702919160295c32bb939e97f62076d9f6749
parent0a9608b4e3be39f60630dc84b712f6bc5e67b592 (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/magellan.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/magellan.c b/src/magellan.c
index c72bb18..3103992 100644
--- a/src/magellan.c
+++ b/src/magellan.c
@@ -34,6 +34,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/magellan/magellan.c,v 1.10 2001/11/26 16:25:53 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define _MAGELLAN_C_
/*****************************************************************************
* Standard Headers