Skip to content
Snippets Groups Projects
Commit 6728bda5 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Watcom lacks <sys/time.h>.

parent dc9f1548
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment