Commit 6728bda5 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Watcom lacks <sys/time.h>.

parent dc9f1548
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -158,7 +158,9 @@ extern "C" {
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
#ifndef __WATCOMC__
#include <sys/time.h>
#endif
#include <sys/types.h>
#endif