Browse Source

Merge pull request #4119

2364b11 reorder includes to compile on OpenBSD (Fabian Raetz)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
ab4bd3bdbb
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 10
      src/compat.h

10
src/compat.h

@ -28,16 +28,16 @@ @@ -28,16 +28,16 @@
#include <windows.h>
#include <ws2tcpip.h>
#else
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <ifaddrs.h>
#include <limits.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <unistd.h>
#endif

Loading…
Cancel
Save