From d715561d28d82591adf5c7504068c1818eb2245c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:29:45 +0000 Subject: Prep for modular builds by adding guarded #include "config.h" everywhere. --- src/theatre200.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/theatre200.c') diff --git a/src/theatre200.c b/src/theatre200.c index 8da99c0..b41d36b 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 . * * ************************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86.h" #include "generic_bus.h" #include "xf86_ansic.h" -- cgit v1.2.3