From 6aa0c2fb2721c82f0cdaf40997b76a74f47c3364 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 15 Jun 2015 17:13:51 +0200 Subject: [PATCH] mxq_mysql: Fix include location of mysqld_error.h --- mxq_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxq_mysql.c b/mxq_mysql.c index 96a3bc63..7b652d4c 100644 --- a/mxq_mysql.c +++ b/mxq_mysql.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include