summaryrefslogtreecommitdiff
path: root/sql/ha_blackhole.cc
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-05-07 22:04:10 +0200
committerunknown <lenz@mysql.com>2005-05-07 22:04:10 +0200
commit8222d259aa02bb19e03f9cfa3b0914b1176c27f6 (patch)
tree7cd76d0b9118930dce83b3e49af370b1ad22033f /sql/ha_blackhole.cc
parent04b938c9a42e1c3b62481c1e1134d35474f85e15 (diff)
downloadmariadb-git-8222d259aa02bb19e03f9cfa3b0914b1176c27f6.tar.gz
- Windows compile fix for ha_blackhole.cc - use #include "mysql_priv.h" instead of
#include <mysql_priv.h> sql/ha_blackhole.cc: - Windows compile fix - use #include "mysql_priv.h" instead of #include <mysql_priv.h>
Diffstat (limited to 'sql/ha_blackhole.cc')
-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 e34d5d723a4..7c6e7cb56b6 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"