diff options
author | monty@mishka.local <> | 2005-08-25 06:55:48 +0300 |
---|---|---|
committer | monty@mishka.local <> | 2005-08-25 06:55:48 +0300 |
commit | f384e082771a980cba5a607097ca7338ee6e84b0 (patch) | |
tree | 7dfaa1b1889d948f6f78eb4f70bcf87091e7f02d /sql/examples | |
parent | 05ee47a80d192a3e72c43c50ce5d1773a866c669 (diff) | |
parent | 17654cd7af7f3739d97b68c6b5d00aae7d5dc8ce (diff) | |
download | mariadb-git-f384e082771a980cba5a607097ca7338ee6e84b0.tar.gz |
Merge mishka.local:/home/my/mysql-4.1
into mishka.local:/home/my/mysql-5.0
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_example.cc | 2 |
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" |