From f731c5c36f28ddd0f25f474d2991c96f9a7a915c Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 2 Jun 2013 21:16:54 +0200 Subject: Protect config.h inclusion like usual. Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- ident.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include -- cgit v1.2.3