summaryrefslogtreecommitdiff
path: root/src/theatre_detect.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
commitd715561d28d82591adf5c7504068c1818eb2245c (patch)
tree46b25020e4174f252e153f8e7855fb8ef8b5a1f9 /src/theatre_detect.c
parent5b37b695019b7a4522a96a63f1f6b035160e6a25 (diff)
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15
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"