Fixed compilation with mariadb-10.2
[exim.git] / src / src / lookups / mysql.c
index 5cf15af3a5879008587f5af0f0ca27906616babc..ddc7dc8414484d29962e475e3ed9e3d10a0fc378 100644 (file)
@@ -13,6 +13,7 @@ functions. */
 #include "lf_functions.h"
 
 #include <mysql.h>       /* The system header */
+#include <mysql_version.h>
 
 
 /* Structure and anchor for caching connections. */