Skip to content
Snippets Groups Projects
Commit 16a15346 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Make sure sys/socket.h is included before netinet/in.h (required by

OpenWatcom C, and condoned by SUS)
parent b062212e
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
#if defined(WIN32) && !defined(WATT32)
#include <winsock.h>
#else
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>
......
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