diff options
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r-- | mail/dbmail/files/patch-src_dbmail.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in new file mode 100644 index 000000000000..fd54aff09470 --- /dev/null +++ b/mail/dbmail/files/patch-src_dbmail.h.in @@ -0,0 +1,13 @@ +--- src/dbmail.h.in.orig 2012-05-31 13:06:26.000000000 +0100 ++++ src/dbmail.h.in 2012-05-31 13:07:01.000000000 +0100 +@@ -150,6 +150,10 @@ + #include <endian.h> + #endif + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #define GETCONFIGVALUE(key, sect, var) \ + config_get_value(key, sect, var); \ + if (strlen(var) > 0) \ |