Merge pull request #1991 from SevInf/patch-1

fixed #1729: Making ScriptingCore.cpp compiled fine with C++11 on iOS
This commit is contained in:
James Chen 2013-02-18 02:18:39 -08:00
commit 1c798d111b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <WS2tcpip.h>
#else
#include <sys/socket.h>
#include <unistd.h>
#include <netdb.h>
#endif
#include <pthread.h>