summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorpappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-08-25 13:11:38 -0400
committerpappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-08-25 13:11:38 -0400
commit02056f8e3ae729c06875ab63eef8680574b3d91e (patch)
tree86faf87634c19937967b360a0dd1413fc9eb2879 /sql/examples
parent1c9a78438e789a70c6ee3f227c164739c4bd25e2 (diff)
parent0c859d6651277c2ee3664cb14bb34a23d048731f (diff)
downloadmariadb-git-02056f8e3ae729c06875ab63eef8680574b3d91e.tar.gz
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
into c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1
Diffstat (limited to 'sql/examples')
-rw-r--r--sql/examples/ha_example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/examples/ha_example.cc b/sql/examples/ha_example.cc
index a7e193b9730..dfc2fa7a260 100644
--- a/sql/examples/ha_example.cc
+++ b/sql/examples/ha_example.cc
@@ -67,7 +67,7 @@
#pragma implementation // gcc: Class implementation
#endif
-#include <mysql_priv.h>
+#include "../mysql_priv.h"
#ifdef HAVE_EXAMPLE_DB
#include "ha_example.h"