Commit 09999bc2 authored by unknown's avatar unknown
Browse files

Corrected include path to work under Windows

parent fb0f88aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */