X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/bfb450ccb248489a622c7dcb51ed5e150eb8f3b6..a8f59fc004c0f4ec4b1ec64e7a54f7d9f2fd587c:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index f1e6365..0307701 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -69,6 +69,8 @@ #include #include #include +#include +#include #include #include @@ -87,6 +89,10 @@ #include #include #include +#include +#include +#include +#include #include #include @@ -321,7 +327,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 ---------------------------------------------------*/