summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2013-06-02 21:16:54 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-06 22:22:07 -0700
commitf731c5c36f28ddd0f25f474d2991c96f9a7a915c (patch)
tree328ad68a8447c074f98a17861f013b623b99eb7a
parent19e2cb7c6a3ec2c5b1bc0d24866fa685eef0ee13 (diff)
Protect config.h inclusion like usual.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--ident.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ident.c b/ident.c
index 4121257..22d3648 100644
--- a/ident.c
+++ b/ident.c
@@ -47,7 +47,9 @@
and 0 if it should be processed normally. identifyBitmap is
much faster than parsing the whole font. */
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include <stdlib.h>
#include <string.h>