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/theatre_detect_module.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/theatre_detect_module.c') diff --git a/src/theatre_detect_module.c b/src/theatre_detect_module.c index e426d85..1b11043 100644 --- a/src/theatre_detect_module.c +++ b/src/theatre_detect_module.c @@ -2,6 +2,10 @@ * Created by Bogdan D. bogdand@users.sourceforge.net */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86Module.h" static MODULESETUPPROTO(theatre_detectSetup); -- cgit v1.2.3