WIN32 cross compile fix

This commit is contained in:
U-X1\korpela 2014-05-01 10:44:43 -07:00
parent 1394d31b7a
commit 6e290e1ac9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <string.h>
#if defined(_WIN32)
#include <windows.h>
#include <boinc_win.h>
#include <Iphlpapi.h>
#elif defined(__APPLE__)
#include <cstdio>