manifest: use util.h to get Py_ssize_t

This commit is contained in:
Matt Mackall 2015-03-25 14:13:11 -05:00
parent dc9632b47a
commit 2f9bd7da07

View File

@ -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