From 30ba4feaf7ee1770bb851aae133f7c15f16b4a1d Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 28 Sep 2015 10:30:06 +0200 Subject: [PATCH] Fix for CONC-143: use #include "my_stmt.h" instead of --- include/mysql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mysql.h b/include/mysql.h index 19856282..a1e300ed 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -364,7 +364,7 @@ typedef struct /* Local infile support functions */ #define LOCAL_INFILE_ERROR_LEN 512 -#include +#include "my_stmt.h" void STDCALL mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *),