Fix Win32 breakage caused by FreeBSD fix :(
This commit is contained in:
parent
ef2898f25c
commit
740b3f35e9
1 changed files with 4 additions and 2 deletions
2
3rdparty/iaxclient/lib/iaxclient.h
vendored
2
3rdparty/iaxclient/lib/iaxclient.h
vendored
|
@ -46,7 +46,9 @@ typedef int socklen_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FlightGear modification: for FreeBSD compat
|
// FlightGear modification: for FreeBSD compat
|
||||||
|
#if !defined(WIN32)
|
||||||
#include <sys/time.h> // for struct timeval
|
#include <sys/time.h> // for struct timeval
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BUILDING_DLL
|
#ifdef BUILDING_DLL
|
||||||
# if defined(WIN32) || defined(_WIN32_WCE)
|
# if defined(WIN32) || defined(_WIN32_WCE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue