1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Fix for OS-X build (Thanks to Eric Trinh)

test case fixes:
  removed obsolete DBUG_* stuff
This commit is contained in:
Georg Richter
2014-11-02 05:54:30 +01:00
parent 814adc67e8
commit 1006e18468
6 changed files with 5 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
#ifndef _WIN32
#include <poll.h>
#else
#include <WinSock2.h>
#include <winsock2.h>
#endif
#include <stdlib.h>