diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:37:58 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:37:58 +0000 |
commit | 0b74a6722cf7c0e24bf31720cfa4ce0eb1a479d2 (patch) | |
tree | 15b8772c97f45aca9b796a8dc3840bcbea655170 /src | |
parent | a02a441079feb7cc208c4d4e190d3c47819fd59f (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
Diffstat (limited to 'src')
-rw-r--r-- | src/acecad.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/acecad.c b/src/acecad.c index 3f256bf..b5e5a56 100644 --- a/src/acecad.c +++ b/src/acecad.c @@ -25,6 +25,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/acecad/acecad.c,v 1.4 2003/10/30 00:40:45 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _ACECAD_C_ /***************************************************************************** * Standard Headers |