From 9309a003e2fc7333bab3eb4612ce1c7a2dd5abdb Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sun, 29 Mar 2020 09:36:30 +0000 Subject: mail/dbmail: chase databases/libzdb update with new layout --- mail/dbmail/files/patch-src_dbmail.h.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'mail/dbmail/files/patch-src_dbmail.h.in') 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 +@@ -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); \ - if (strlen(var) > 0) \ -- cgit v1.2.3