X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FmysqlConn.h;h=660e2cb32c2c74f8c5ef817d9af97f19f71dcc6d;hb=9a3c990b3720debc49136ef00df80be6b2223839;hp=0cd3830c5623f09d74a91dbd014b8c5188eb2d4c;hpb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;p=NeonServV5.git diff --git a/src/mysqlConn.h b/src/mysqlConn.h index 0cd3830..660e2cb 100644 --- a/src/mysqlConn.h +++ b/src/mysqlConn.h @@ -19,7 +19,11 @@ #include "main.h" #include +#ifdef HAVE_MYSQL_ERRMSG_H #include +#elif defined(HAVE_ERRMSG_H) +#include +#endif #define MYSQLMAXLEN 1024