From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 9 Apr 2007 23:16:18 +0000 (-0700)
Subject: pyfec: tidy-up: #include the appropriate header
X-Git-Url: https://git.rkrishnan.org/simplejson?a=commitdiff_plain;h=bed10d200b2f71fa7b857aac1051d934a5b355a8;p=tahoe-lafs%2Ftahoe-lafs.git

pyfec: tidy-up: #include the appropriate header
---

diff --git a/pyfec/fec/_fecmodule.c b/pyfec/fec/_fecmodule.c
index 929bfe13..d5977530 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, ...);