From 3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jul 2005 06:36:13 +0000 Subject: Include config.h in every source file to make sure necessary options are found when building in the modular tree --- src/fontcache/fontcache.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fontcache/fontcache.c') diff --git a/src/fontcache/fontcache.c b/src/fontcache/fontcache.c index 4d44b8f..40cfd63 100644 --- a/src/fontcache/fontcache.c +++ b/src/fontcache/fontcache.c @@ -28,6 +28,9 @@ */ /* $XFree86: xc/lib/font/fontcache/fontcache.c,v 1.4 2001/04/05 17:42:28 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include -- cgit v1.2.3