summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:58 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:58 +0000
commit4ff28a309b7efba39199719bb52c325e3eb2d60f (patch)
tree99114e33fdeffaa618e108f3307d21087e32eda5
parent23e1cafaf9fcaa81def646ffebc88f88fe03bb3e (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/xf86DMC.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86DMC.c b/src/xf86DMC.c
index c0a138b..c742c1a 100644
--- a/src/xf86DMC.c
+++ b/src/xf86DMC.c
@@ -37,6 +37,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/dmc/xf86DMC.c,v 1.1 2001/08/17 13:27:55 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define _DMC_C_
#include <misc.h>