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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>