diff options
Diffstat (limited to 'mail/exim/files/patch-src-lookups-mysql.c')
-rw-r--r-- | mail/exim/files/patch-src-lookups-mysql.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src-lookups-mysql.c b/mail/exim/files/patch-src-lookups-mysql.c new file mode 100644 index 000000000000..db54d3526883 --- /dev/null +++ b/mail/exim/files/patch-src-lookups-mysql.c @@ -0,0 +1,10 @@ +--- src/lookups/mysql.c.orig 2017-03-05 00:21:35.000000000 +0300 ++++ src/lookups/mysql.c 2017-08-15 01:12:26.508519000 +0300 +@@ -13,6 +13,7 @@ + #include "lf_functions.h" + + #include <mysql.h> /* The system header */ ++#include <mysql_version.h> + + + /* Structure and anchor for caching connections. */ |