summaryrefslogtreecommitdiff
path: root/storage/xtradb/row
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-09-06 02:31:19 +0300
committerMichael Widenius <monty@askmonty.org>2010-09-06 02:31:19 +0300
commit3a90cd6e479af9a5b3a5a9645c775e61657267a9 (patch)
tree3e43768a91ee74b35f3985680c079c9912b12852 /storage/xtradb/row
parent4b1db3496bfb4682425facabc65d5b7f44d1c144 (diff)
downloadmariadb-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.c1
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"