X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FmysqlConn.h;h=660e2cb32c2c74f8c5ef817d9af97f19f71dcc6d;hb=4812835346f724fcea86e78f741cc6c72c86b676;hp=144e153344fd3db2b9af88c473340ad882e218c4;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36;p=NeonServV5.git diff --git a/src/mysqlConn.h b/src/mysqlConn.h index 144e153..660e2cb 100644 --- a/src/mysqlConn.h +++ b/src/mysqlConn.h @@ -1,4 +1,4 @@ -/* mysqlConn.h - NeonServ v5.4 +/* mysqlConn.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -19,7 +19,11 @@ #include "main.h" #include +#ifdef HAVE_MYSQL_ERRMSG_H #include +#elif defined(HAVE_ERRMSG_H) +#include +#endif #define MYSQLMAXLEN 1024