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