diff --git a/mercurial/mpatch.c b/mercurial/mpatch.c --- a/mercurial/mpatch.c +++ b/mercurial/mpatch.c @@ -38,6 +38,7 @@ static uint32_t ntohl(uint32_t x) #else #include #include + #include #endif static char mpatch_doc[] = "Efficient binary patching.";