summaryrefslogtreecommitdiff
path: root/src/fontfile/fontfile.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:36:13 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:36:13 +0000
commit3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec (patch)
tree11b135dca263e035e6882a4e712524312ca9b3be /src/fontfile/fontfile.c
parent712140dadd20c7d2024d7b75f7033fff407e57e6 (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/fontfile/fontfile.c')
-rw-r--r--src/fontfile/fontfile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fontfile/fontfile.c b/src/fontfile/fontfile.c
index 33586a4..73804f8 100644
--- a/src/fontfile/fontfile.c
+++ b/src/fontfile/fontfile.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/lib/font/fontfile/fontfile.c,v 1.3 2004/11/15 15:06:56 ago Exp $ */
+/* $XdotOrg: xc/lib/font/fontfile/fontfile.c,v 1.4 2005/07/03 07:01:00 daniels Exp $ */
/* $Xorg: fontfile.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ */
/*
@@ -33,6 +33,9 @@ in this Software without prior written authorization from The Open Group.
*/
/* $NCDXorg: @(#)fontfile.c,v 1.6 1991/07/02 17:00:46 lemke Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/fonts/fntfilst.h>
#ifdef WIN32
#include <ctype.h>