Remove bad include sys/endian.h

This commit is contained in:
Henrik Rydgard 2013-03-21 23:32:13 +01:00
parent 9ffb8ca766
commit 5f000da0e5

View File

@ -3,7 +3,6 @@
#ifndef _WIN32
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/endian.h>
#include <unistd.h>
#define closesocket close
#else