summaryrefslogtreecommitdiff
path: root/src/fontfile/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/gunzip.c')
-rw-r--r--src/fontfile/gunzip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fontfile/gunzip.c b/src/fontfile/gunzip.c
index 9669a8b..8c9c317 100644
--- a/src/fontfile/gunzip.c
+++ b/src/fontfile/gunzip.c
@@ -4,6 +4,9 @@
intended for inclusion in X11 public releases. */
/* $XFree86: xc/lib/font/fontfile/gunzip.c,v 1.4 2000/09/19 12:46:08 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/fonts/fontmisc.h>
#include <X11/fonts/bufio.h>
#include <zlib.h>