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