mercurial/mpatch.c
changeset 597 e530637ea060
parent 553 f2442a6a5893
child 1722 681c5c211b92
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -39,7 +39,7 @@ static uint32_t ntohl(uint32_t x)
 }
 #else
 #include <sys/types.h>
-#include <netinet/in.h>
+#include <arpa/inet.h>
 #endif
 
 static char mpatch_doc[] = "Efficient binary patching.";