1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Corrected include path to work under Windows

This commit is contained in:
mskold@mysql.com
2006-04-26 17:00:58 +02:00
parent 28e20421b5
commit cb696feb0e

View File

@ -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 */