[libcmyth] Change include in the mysql include area to use winsock2.h rather than...
authorDavid Teirney <david@teirney.net>
Sat, 30 Jun 2012 05:07:06 +0000 (17:07 +1200)
committerDavid Teirney <david@teirney.net>
Mon, 9 Jul 2012 11:27:26 +0000 (23:27 +1200)
For compilation on Windows.

lib/cmyth/Win32/include/mysql/mysql.h

index 4f16521..4467f23 100644 (file)
@@ -50,7 +50,7 @@ typedef char my_bool;
 #define __WIN__
 #endif
 #ifdef __WIN__
-#include <winsock.h>                           /* For windows */
+#include <winsock2.h>                          /* For windows */
 #endif
 #if !defined(__WIN__)
 #define STDCALL