manifest: use util.h to get Py_ssize_t
authorMatt Mackall <mpm@selenic.com>
Wed, 25 Mar 2015 14:13:11 -0500
changeset 24441 e2ed40f0eb2e
parent 24440 27ad6b91f5c2
child 24442 98042b0e19f9
manifest: use util.h to get Py_ssize_t
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 <string.h>
 #include <stdlib.h>
 
+#include "util.h"
+
 /* VC9 doesn't include bool and lacks stdbool.h based on my searching */
 #ifdef _MSC_VER
 #define true 1