]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: tidy-up: #include the appropriate header
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 9 Apr 2007 23:16:18 +0000 (16:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 9 Apr 2007 23:16:18 +0000 (16:16 -0700)
pyfec/fec/_fecmodule.c

index 929bfe134c2266ba130f9d0b2e65ea96687135ed..d59775309409fae799287244c507c0983f28594f 100644 (file)
@@ -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, ...);