X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/54ecf9dd37fb6fac413c9545b2788edb54e20bff..c5d395fadbfd59e0744953042acfd6a5b56db919:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index f1e6365..d7e2543 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -87,6 +87,9 @@ #include #include #include +#include +#include +#include #include #include @@ -321,7 +324,7 @@ extern PyObject *gf_pywrap(mp *); extern mp *mp_frompyobject(PyObject *, int); extern PyObject *mp_topystring(mp *, int, const char *, const char *, const char *); -extern int mp_tolong_checked(mp *, long *); +extern int mp_tolong_checked(mp *, long *, int); /*----- Abstract fields ---------------------------------------------------*/