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/util/format.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/format.c') diff --git a/src/util/format.c b/src/util/format.c index 89faae8..6700721 100644 --- a/src/util/format.c +++ b/src/util/format.c @@ -52,6 +52,9 @@ from The Open Group. */ /* $XFree86: xc/lib/font/util/format.c,v 1.4 2001/01/17 19:43:33 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include -- cgit v1.2.3