summaryrefslogtreecommitdiff
path: root/src/builtins/render.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/builtins/render.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/builtins/render.c')
-rw-r--r--src/builtins/render.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/builtins/render.c b/src/builtins/render.c
index 8f8536a..5e8c5ae 100644
--- a/src/builtins/render.c
+++ b/src/builtins/render.c
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/lib/font/builtins/render.c,v 1.3 1999/12/30 02:29:51 robin Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/fonts/fntfilst.h>
#include "builtin.h"