diff options
Diffstat (limited to 'src/theatre200.c')
-rw-r--r-- | src/theatre200.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theatre200.c b/src/theatre200.c index 8da99c00..b41d36b7 100644 --- a/src/theatre200.c +++ b/src/theatre200.c @@ -5,12 +5,19 @@ * License: GPL * * $Log$ + * Revision 1.3 2005/07/11 02:29:45 ajax + * Prep for modular builds by adding guarded #include "config.h" everywhere. + * * Revision 1.2 2005/07/01 22:43:11 daniels * Change all misc.h and os.h references to <X11/foo.h>. * * ************************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86.h" #include "generic_bus.h" #include "xf86_ansic.h" |