projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a82908
)
#include <stddef.h> -- it is required for size_t (on some platforms)
author
zooko
<zooko@zooko.com>
Mon, 15 Jun 2009 22:18:28 +0000
(
03:48
+0530)
committer
zooko
<zooko@zooko.com>
Mon, 15 Jun 2009 22:18:28 +0000
(
03:48
+0530)
Ignore-this:
81865f845b989d65bfe64c44b3b05455
darcs-hash:
47e32308c6f27de8a900808d0e7aeb52a88f84d0
zfec/zfec/_fecmodule.c
patch
|
blob
|
history
diff --git
a/zfec/zfec/_fecmodule.c
b/zfec/zfec/_fecmodule.c
index bab1a4931158e8e255d9613ff1c74016a446fbe7..34a29416c1ad90195edbcaae9b152cda09bb94f2 100644
(file)
--- a/
zfec/zfec/_fecmodule.c
+++ b/
zfec/zfec/_fecmodule.c
@@
-4,6
+4,7
@@
#include <Python.h>
#include <structmember.h>
+#include <stddef.h>
#if (PY_VERSION_HEX < 0x02050000)
typedef int Py_ssize_t;