diff mercurial/manifest.c @ 24441:e2ed40f0eb2e

manifest: use util.h to get Py_ssize_t
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Mar 2015 14:13:11 -0500
parents d6dbe4d1c9bc
children 98042b0e19f9
line wrap: on
line diff
--- 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