summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-05-08 22:52:55 +0200
committerunknown <mskold@mysql.com>2005-05-08 22:52:55 +0200
commitb40842f2620e95a8863a044eaf6c53b2582f7f4c (patch)
tree03c1c2a456b5b2796869f8a8ee6972995f66c438 /sql
parent69231460840564d09c1b45c298f87c75447b3ead (diff)
parentc0f4ae6be95656d5dcc8fff6ba7000247baebaa7 (diff)
downloadmariadb-git-b40842f2620e95a8863a044eaf6c53b2582f7f4c.tar.gz
Merge
BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-errmsg.txt~31abf77f9e7b9211: Auto merged configure.in: Auto merged libmysql/libmysql.c: Auto merged sql/ha_blackhole.cc: Auto merged sql/share/Makefile.am: Auto merged
Diffstat (limited to 'sql')
-rw-r--r--sql/ha_blackhole.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_blackhole.cc b/sql/ha_blackhole.cc
index 5467ab8a978..c5062c4ea81 100644
--- a/sql/ha_blackhole.cc
+++ b/sql/ha_blackhole.cc
@@ -19,7 +19,7 @@
#pragma implementation // gcc: Class implementation
#endif
-#include <mysql_priv.h>
+#include "mysql_priv.h"
#ifdef HAVE_BLACKHOLE_DB
#include "ha_blackhole.h"