X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/ad84d8c2d6ff5e1285ecca5a2c3e015d8b4dc14e..b75462e8d463580b325794ecf2369c4ae801b5bd:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 77c7eae..65f2ed1 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -46,6 +46,7 @@ #include #include +#include #include #include @@ -68,6 +69,8 @@ #include #include #include +#include +#include #include #include @@ -86,6 +89,9 @@ #include #include #include +#include +#include +#include #include #include @@ -320,7 +326,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 ---------------------------------------------------*/