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