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_module.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/theatre200_module.c') diff --git a/src/theatre200_module.c b/src/theatre200_module.c index decc2da..2f13c09 100644 --- a/src/theatre200_module.c +++ b/src/theatre200_module.c @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "xf86Module.h" -- cgit v1.2.3