projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5233805
)
pyfec: tidy-up: #include the appropriate header
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 9 Apr 2007 23:16:18 +0000
(16:16 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 9 Apr 2007 23:16:18 +0000
(16:16 -0700)
pyfec/fec/_fecmodule.c
patch
|
blob
|
history
diff --git
a/pyfec/fec/_fecmodule.c
b/pyfec/fec/_fecmodule.c
index 929bfe134c2266ba130f9d0b2e65ea96687135ed..d59775309409fae799287244c507c0983f28594f 100644
(file)
--- a/
pyfec/fec/_fecmodule.c
+++ b/
pyfec/fec/_fecmodule.c
@@
-39,6
+39,8
@@
typedef int Py_ssize_t;
#include "fec.h"
+#include "stdarg.h"
+
static PyObject *py_fec_error;
static PyObject *py_raise_fec_error (const char *format, ...);