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
6
3rdparty/iaxclient/lib/iaxclient.h
vendored
6
3rdparty/iaxclient/lib/iaxclient.h
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue