summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-04-20 00:00:29 +0300
committerunknown <bell@sanja.is.com.ua>2002-04-20 00:00:29 +0300
commit2ebd90b830b67c1dc2625b74398679ea01f9a3b8 (patch)
tree18299e82549ea8f0b84c2b4c68ceee79a11dccbc
parent5ccbbee104d818eac3b4650d7fe4abf74ddf06a9 (diff)
downloadmariadb-git-2ebd90b830b67c1dc2625b74398679ea01f9a3b8.tar.gz
my_alloc.h included in installation
-rw-r--r--include/Makefile.am2
-rw-r--r--include/my_sys.h2
-rw-r--r--include/mysql.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index b943e8d76e6..0745029a41d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -19,7 +19,7 @@ BUILT_SOURCES = mysql_version.h m_ctype.h my_config.h
pkginclude_HEADERS = dbug.h m_string.h my_sys.h my_list.h \
mysql.h mysql_com.h mysqld_error.h mysql_embed.h \
my_pthread.h my_no_pthread.h raid.h errmsg.h \
- my_global.h my_net.h \
+ my_global.h my_net.h my_alloc.h\
sslopt-case.h sslopt-longopts.h sslopt-usage.h \
sslopt-vars.h $(BUILT_SOURCES)
noinst_HEADERS = config-win.h \
diff --git a/include/my_sys.h b/include/my_sys.h
index c4ab76a2ee0..175f7a86789 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -464,7 +464,7 @@ typedef struct st_changeable_var {
} CHANGEABLE_VAR;
-#include "my_alloc.h"
+#include <my_alloc.h>
/* Prototypes for mysys and my_func functions */
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;