From: zooko Date: Mon, 9 Apr 2007 23:16:18 +0000 (+0530) Subject: pyfec: tidy-up: #include the appropriate header X-Git-Url: https://git.rkrishnan.org/readonly?a=commitdiff_plain;h=3321078303efff9714feb22c56476bab1e5fa38b;p=tahoe-lafs%2Fzfec.git pyfec: tidy-up: #include the appropriate header darcs-hash:dd91577b09d0a29c48cca332d34b4583a9374571 --- diff --git a/pyfec/fec/_fecmodule.c b/pyfec/fec/_fecmodule.c index 929bfe1..d597753 100644 --- 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, ...);