From a112563214884785d1e90b49a6ad22502f76ef47 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 5 Sep 2010 17:16:47 +0300 Subject: [PATCH] Use config.h only if it exists This makes it easier to compile without the configure script (e.g. on Windows). --- src/utf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utf.h b/src/utf.h index d0ae6e9..19ec6e5 100644 --- a/src/utf.h +++ b/src/utf.h @@ -8,7 +8,9 @@ #ifndef UTF_H #define UTF_H +#ifdef HAVE_CONFIG_H #include +#endif #ifdef HAVE_INTTYPES_H /* inttypes.h includes stdint.h in a standard environment, so there's -- 2.1.4