X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FmysqlConn.h;h=660e2cb32c2c74f8c5ef817d9af97f19f71dcc6d;hp=e0ebfc781dbe2637ad28fc085beb425d01c369ea;hb=4812835346f724fcea86e78f741cc6c72c86b676;hpb=47821a9eac31a40a1ed8c9c53553ac45e44ca8f7 diff --git a/src/mysqlConn.h b/src/mysqlConn.h index e0ebfc7..660e2cb 100644 --- a/src/mysqlConn.h +++ b/src/mysqlConn.h @@ -21,6 +21,8 @@ #include #ifdef HAVE_MYSQL_ERRMSG_H #include +#elif defined(HAVE_ERRMSG_H) +#include #endif #define MYSQLMAXLEN 1024