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/util/miscutil.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/util/miscutil.c')
-rw-r--r-- | src/util/miscutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/miscutil.c b/src/util/miscutil.c index 0ee0c3f..03b4d06 100644 --- a/src/util/miscutil.c +++ b/src/util/miscutil.c @@ -29,6 +29,9 @@ from The Open Group. */ /* $XFree86: xc/lib/font/util/miscutil.c,v 1.7 2001/07/25 15:04:57 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xosdefs.h> #include <stdlib.h> #include <X11/fonts/fontmisc.h> |