changeset 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 27ad6b91f5c2
children 98042b0e19f9
files mercurial/manifest.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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