Fix segfault on Repository_write

This likely fixes issue #44
This commit is contained in:
J. David Ibáñez
2011-08-18 01:26:09 +02:00
parent 3805909cd0
commit 4e9a34b870

View File

@@ -26,6 +26,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#define PY_SSIZE_T_CLEAN
#include <Python.h> #include <Python.h>
#include <git2.h> #include <git2.h>