X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/blobdiff_plain/54ecf9dd37fb6fac413c9545b2788edb54e20bff..d223dc6b342aa02392b316150c476f80c41fcc4b:/catacomb-python.h?ds=inline diff --git a/catacomb-python.h b/catacomb-python.h index f1e6365..679920f 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -87,6 +87,7 @@ #include #include #include +#include #include #include @@ -321,7 +322,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 ---------------------------------------------------*/