diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:36:13 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:36:13 +0000 |
commit | 3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec (patch) | |
tree | 11b135dca263e035e6882a4e712524312ca9b3be /src/fontcache/fontcache.c | |
parent | 712140dadd20c7d2024d7b75f7033fff407e57e6 (diff) |
Include config.h in every source file to make sure necessary options are
found when building in the modular tree
Diffstat (limited to 'src/fontcache/fontcache.c')
-rw-r--r-- | src/fontcache/fontcache.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <config.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |