diff --git a/mercurial/bdiff.c b/mercurial/bdiff.c --- a/mercurial/bdiff.c +++ b/mercurial/bdiff.c @@ -38,7 +38,7 @@ static uint32_t htonl(uint32_t x) #else #include #include -#include +#include #endif struct line { 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.";