diff options
author | Michael Widenius <monty@askmonty.org> | 2010-09-06 02:31:19 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-09-06 02:31:19 +0300 |
commit | 3a90cd6e479af9a5b3a5a9645c775e61657267a9 (patch) | |
tree | 3e43768a91ee74b35f3985680c079c9912b12852 /storage/xtradb/row | |
parent | 4b1db3496bfb4682425facabc65d5b7f44d1c144 (diff) | |
download | mariadb-git-3a90cd6e479af9a5b3a5a9645c775e61657267a9.tar.gz |
Added missing include file (to get rid of compiler warning)
Diffstat (limited to 'storage/xtradb/row')
-rw-r--r-- | storage/xtradb/row/row0mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/xtradb/row/row0mysql.c b/storage/xtradb/row/row0mysql.c index 98e2d22c56b..62221fa456d 100644 --- a/storage/xtradb/row/row0mysql.c +++ b/storage/xtradb/row/row0mysql.c @@ -30,6 +30,7 @@ Created 9/17/2000 Heikki Tuuri #include "row0mysql.ic" #endif +#include "ha_prototypes.h" #include "row0ins.h" #include "row0merge.h" #include "row0sel.h" |