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/atiscreen.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/atiscreen.c') diff --git a/src/atiscreen.c b/src/atiscreen.c index 4846b3c..effeb66 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -26,6 +26,10 @@ * Leif Delgass */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ati.h" #include "atibus.h" #include "atichip.h" -- cgit v1.2.3