]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - lhnet.c
fix a thinko in big endian support (forgot to use defined() in a #elif)
[xonotic/darkplaces.git] / lhnet.c
diff --git a/lhnet.c b/lhnet.c
index d6372548ce3c649d84d8c06414339ace6fe08fdf..16cf41748734bcac2fded46bad9e4db14f4b3e08 100644 (file)
--- a/lhnet.c
+++ b/lhnet.c
@@ -9,7 +9,7 @@
 #include <winsock.h>
 #else
 #include <netdb.h>
-//#include <netinet/in.h>
+#include <netinet/in.h>
 //#include <arpa/inet.h>
 #include <unistd.h>
 #include <sys/socket.h>