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/builtins/fpe.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/builtins/fpe.c') diff --git a/src/builtins/fpe.c b/src/builtins/fpe.c index b5c67ce..58cfd59 100644 --- a/src/builtins/fpe.c +++ b/src/builtins/fpe.c @@ -24,6 +24,9 @@ */ /* $XFree86: xc/lib/font/builtins/fpe.c,v 1.3 1999/12/30 02:29:51 robin Exp $ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include static int font_file_type; -- cgit v1.2.3