summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
commit6d29f6326c7d84e91fd8f098e5cf824e7a1b4b99 (patch)
tree0db12d7c6ed4ca7b24d13bff1ec2499df12f1d89
parentdbfc977f2bce5b7443fbac37c60e93901e8d2b15 (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/elo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/elo.c b/src/elo.c
index 120e401..dd91cc9 100644
--- a/src/elo.c
+++ b/src/elo.c
@@ -50,6 +50,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/elo2300/elo.c,v 1.10 2000/08/11 19:10:44 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define _elo_C_
/*****************************************************************************
* Standard Headers