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 | cc6d5df52208e532abc919010279d2143d8e82b6 (patch) | |
tree | 3fe8255e131829ef71923dc62258c5b265fb424c | |
parent | d942bbdc43faae872e7699bfc378eccd89739797 (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/xf86Calcomp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Calcomp.c b/src/xf86Calcomp.c index 84543da..af0ffec 100644 --- a/src/xf86Calcomp.c +++ b/src/xf86Calcomp.c @@ -33,6 +33,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/calcomp/xf86Calcomp.c,v 1.7 2003/01/12 03:55:50 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _CALCOMP_C_ /***************************************************************************** * Standard Headers |