Merge remote-tracking branch 'refs/remotes/IOMultiplexer.git/master' into development
[NeonServV5.git] / src / mysqlConn.h
index 410f346fbf4ee164055c5bc4c53f7eb940e74e35..e0ebfc781dbe2637ad28fc085beb425d01c369ea 100644 (file)
@@ -1,4 +1,4 @@
-/* mysqlConn.h - NeonServ v5.3
+/* 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,9 @@
 
 #include "main.h"
 #include <mysql.h>
+#ifdef HAVE_MYSQL_ERRMSG_H
 #include <mysql/errmsg.h>
+#endif
 
 #define MYSQLMAXLEN 1024