From 4f9f4be4611f9e11016c2662dca55293185b0bb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 18 Aug 2017 15:57:19 +0200 Subject: [PATCH] Fixed compilation with mariadb-10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://bugzilla.redhat.com/show_bug.cgi?id=1467312 Signed-off-by: Jaroslav Å karvada Exim-merge-changes: added ChangeLog item (Phil Pennock) --- doc/doc-txt/ChangeLog | 3 +++ src/src/lookups/mysql.c | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index abc4e9312..c97fdd156 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -148,6 +148,9 @@ JH/25 Use one-bit bitfields for flags in the "addr" data structure. Previously if was a fixed-sized field and bitmask ops via macros; it is now more extensible. +PP/07 GitHub PR 56: Apply MariaDB build fix. + Patch provided by Jaroslav Å karvada. + Exim version 4.89 ----------------- diff --git a/src/src/lookups/mysql.c b/src/src/lookups/mysql.c index 5cf15af3a..ddc7dc841 100644 --- a/src/src/lookups/mysql.c +++ b/src/src/lookups/mysql.c @@ -13,6 +13,7 @@ functions. */ #include "lf_functions.h" #include /* The system header */ +#include /* Structure and anchor for caching connections. */ -- 2.30.2