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

OpenWatcom C, and condoned by SUS)
pull/1/head
Dan Fandrich 16 years ago
parent 7ff288f0b9
commit efa7c4807b
  1. 1
      acountry.c

@ -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>

Loading…
Cancel
Save