pyfec: tidy-up: #include the appropriate header

This commit is contained in:
Zooko O'Whielacronx 2007-04-09 16:16:18 -07:00
parent 5233805637
commit bed10d200b

View 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, ...);