--- a/mercurial/bdiff.h Sat Sep 30 22:37:20 2017 +0100 +++ b/mercurial/bdiff.h Fri Oct 13 22:38:24 2017 +0900 @@ -1,6 +1,8 @@ #ifndef _HG_BDIFF_H_ #define _HG_BDIFF_H_ +#include "compat.h" + struct bdiff_line { int hash, n, e; ssize_t len;