]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
#include <stddef.h> -- it is required for size_t (on some platforms)
authorzooko <zooko@zooko.com>
Mon, 15 Jun 2009 22:18:28 +0000 (03:48 +0530)
committerzooko <zooko@zooko.com>
Mon, 15 Jun 2009 22:18:28 +0000 (03:48 +0530)
Ignore-this: 81865f845b989d65bfe64c44b3b05455

darcs-hash:47e32308c6f27de8a900808d0e7aeb52a88f84d0

zfec/zfec/_fecmodule.c

index bab1a4931158e8e255d9613ff1c74016a446fbe7..34a29416c1ad90195edbcaae9b152cda09bb94f2 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <Python.h>
 #include <structmember.h>
+#include <stddef.h>
 
 #if (PY_VERSION_HEX < 0x02050000)
 typedef int Py_ssize_t;