diff --git a/src/libpostal_config.h b/src/libpostal_config.h index 6e099ef5..910fe618 100644 --- a/src/libpostal_config.h +++ b/src/libpostal_config.h @@ -1,6 +1,13 @@ #ifndef LIBPOSTAL_CONFIG_H #define LIBPOSTAL_CONFIG_H +#ifdef HAVE_CONFIG_H + #ifndef CONFIG_H + #define CONFIG_H + #include + #endif +#endif + #ifndef LIBPOSTAL_DATA_DIR #error LIBPOSTAL_DATA_DIR not defined! #endif