# HG changeset patch # User Matt Mackall # Date 1427310791 18000 # Node ID e2ed40f0eb2edb73ea576ef06727f8e642b438ef # Parent 27ad6b91f5c210944b30e5911fd6a873337232c0 manifest: use util.h to get Py_ssize_t diff -r 27ad6b91f5c2 -r e2ed40f0eb2e mercurial/manifest.c --- a/mercurial/manifest.c Fri Mar 13 18:28:11 2015 -0400 +++ b/mercurial/manifest.c Wed Mar 25 14:13:11 2015 -0500 @@ -12,6 +12,8 @@ #include #include +#include "util.h" + /* VC9 doesn't include bool and lacks stdbool.h based on my searching */ #ifdef _MSC_VER #define true 1