Code does not depend on endian.h anymore (own implementation)
[mercenary-reloaded.git] / src / mercenary / main.c
index 0d8d582..b4c7735 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
-#include <endian.h>
+#include <arpa/inet.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include "../libsdl/sdl.h"