diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/lookups/mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mysql.h> /* The system header */ +#include <mysql_version.h> /* Structure and anchor for caching connections. */ |