summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-04-20 00:00:29 +0300
committerbell@sanja.is.com.ua <>2002-04-20 00:00:29 +0300
commitcc08da4f4f09e215b68059b1eabb720b8cfa562d (patch)
tree18299e82549ea8f0b84c2b4c68ceee79a11dccbc /include/mysql.h
parent3f796edc51258225b445f7884af6086c01bb28ce (diff)
downloadmariadb-git-cc08da4f4f09e215b68059b1eabb720b8cfa562d.tar.gz
my_alloc.h included in installation
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 90deb791dd0..5bcdca636c0 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;