mercurial/bdiff.c
changeset 597 e530637ea060
parent 553 f2442a6a5893
child 827 a61728b58dc0
child 836 1fe3b14c7044
child 839 9c918287d10b
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -28,7 +28,7 @@ static uint32_t htonl(uint32_t x)
 }
 #else
 #include <sys/types.h>
-#include <netinet/in.h>
+#include <arpa/inet.h>
 #endif
 
 struct line {