mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
pyfec: tidy-up: #include the appropriate header
This commit is contained in:
parent
5233805637
commit
bed10d200b
@ -39,6 +39,8 @@ typedef int Py_ssize_t;
|
|||||||
|
|
||||||
#include "fec.h"
|
#include "fec.h"
|
||||||
|
|
||||||
|
#include "stdarg.h"
|
||||||
|
|
||||||
static PyObject *py_fec_error;
|
static PyObject *py_fec_error;
|
||||||
static PyObject *py_raise_fec_error (const char *format, ...);
|
static PyObject *py_raise_fec_error (const char *format, ...);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user