--- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC +++ src/dbmail.h.in @@ -97,6 +97,7 @@ #include #endif +#include #include #include #include @@ -156,6 +157,11 @@ #ifdef HAVE_ENDIAN_H #include #endif + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define GETCONFIGVALUE(key, sect, var) \ config_get_value(key, sect, var); \