diff options
author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 (GMT) |
---|---|---|
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 (GMT) |
commit | 25f68944c20a3a37da6776277057c2d19a80211f (patch) | |
tree | c271e544f83b111f29907a7613bbaed03a8df40e /Include/Python.h | |
parent | b88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff) | |
download | cpython-25f68944c20a3a37da6776277057c2d19a80211f.zip cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.gz cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.bz2 |
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index f89f3e7..b994401 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -54,6 +54,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "pyport.h" +#include "pymem.h" + #include "object.h" #include "objimpl.h" |