1
0
Fork 0

Fix Win32 breakage caused by FreeBSD fix :(

This commit is contained in:
James Turner 2014-04-05 16:36:26 +01:00
parent ef2898f25c
commit 740b3f35e9

View file

@ -46,8 +46,10 @@ typedef int socklen_t;
#endif
// FlightGear modification: for FreeBSD compat
#include <sys/time.h> // for struct timeval
#if !defined(WIN32)
#include <sys/time.h> // for struct timeval
#endif
#ifdef BUILDING_DLL
# if defined(WIN32) || defined(_WIN32_WCE)
# ifdef _MSC_VER