summaryrefslogtreecommitdiff
path: root/src/theatre_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theatre_detect.c')
-rw-r--r--src/theatre_detect.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theatre_detect.c b/src/theatre_detect.c
index 9336ec2..07e6d7c 100644
--- a/src/theatre_detect.c
+++ b/src/theatre_detect.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 "theatre.h"