diff options
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r-- | mail/dbmail/files/patch-src_dbmail.h.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in index 875a8062f011..6bb73f4632a9 100644 --- a/mail/dbmail/files/patch-src_dbmail.h.in +++ b/mail/dbmail/files/patch-src_dbmail.h.in @@ -1,14 +1,22 @@ --- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC +++ src/dbmail.h.in -@@ -155,6 +155,11 @@ - #include <endian.h> +@@ -97,6 +97,7 @@ + #include <ldap.h> #endif ++#include <zdb.h> + #include <URL.h> + #include <ResultSet.h> + #include <PreparedStatement.h> +@@ -156,6 +157,11 @@ + #ifdef HAVE_ENDIAN_H + #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) \ |