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/bitmap/bdfutils.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/bitmap/bdfutils.c')
-rw-r--r-- | src/bitmap/bdfutils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bitmap/bdfutils.c b/src/bitmap/bdfutils.c index 0155833..a0c5ae9 100644 --- a/src/bitmap/bdfutils.c +++ b/src/bitmap/bdfutils.c @@ -51,6 +51,10 @@ from The Open Group. */ /* $XFree86: xc/lib/font/bitmap/bdfutils.c,v 1.10 2001/12/14 19:56:45 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef FONTMODULE #include <ctype.h> #include <stdio.h> |