add WIN32 headers

This commit is contained in:
Shuhei Tanuma 2012-06-19 08:10:25 +09:00
parent ceab2df331
commit 4bdb242087

View File

@ -9,6 +9,13 @@
#include "config.h"
#endif
#ifdef PHP_WIN32
#include <Winsock2.h>
#include <Mswsock.h>
#include <psapi.h>
#include <Iphlpapi.h>
#fi
#include "php.h"
#include "uv.h"