diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:38:00 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:38:00 +0000 |
commit | 4b9925b88dcd78aa2f2a8a23708e7f7b45638783 (patch) | |
tree | 650c97deade6cd8c1728bb7b002bf04f07006062 | |
parent | e3cf13f68e5ff565a5108925f0319ad84790ba21 (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/spaceorb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spaceorb.c b/src/spaceorb.c index ba2bda5..0ce46c7 100644 --- a/src/spaceorb.c +++ b/src/spaceorb.c @@ -26,6 +26,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/spaceorb/spaceorb.c,v 1.12 2001/10/28 03:33:58 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _SPACEORB_C_ /***************************************************************************** * Standard Headers |