diff options
Diffstat (limited to 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h index af3e8c773ef..d581df91f64 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -100,7 +100,7 @@ typedef struct st_mysql_rows { typedef MYSQL_ROWS *MYSQL_ROW_OFFSET; /* offset to current row */ -#include <my_alloc.h> +#include "my_alloc.h" typedef struct st_mysql_data { my_ulonglong rows; |