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