summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2006-04-26 17:00:58 +0200
committerunknown <mskold@mysql.com>2006-04-26 17:00:58 +0200
commit09999bc21f876242aa6473029198b4a7d5a46557 (patch)
tree36403371c0afe7b232a27a970232cc8beae1b833 /client
parentfb0f88aac8cbe610ad195f0235e8485f8497e095 (diff)
downloadmariadb-git-09999bc21f876242aa6473029198b4a7d5a46557.tar.gz
Corrected include path to work under Windows
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 23d78a588a7..82da5d990b9 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -50,7 +50,7 @@
#include "mysql.h"
#include "mysql_version.h"
#include "mysqld_error.h"
-#include "sql/ha_ndbcluster_tables.h"
+#include "../sql/ha_ndbcluster_tables.h"
/* Exit codes */