summaryrefslogtreecommitdiff
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 +0000
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 +0000
commit546fc19cb903a68de673a75cac95c1de8ad64c21 (patch)
tree11140054fc6e75b54a0d73a8ecf8c2b000a841bc /Include/pgenheaders.h
parentf2e580491da3f0a0339cb1769e7df8de19b931e5 (diff)
downloadcpython-546fc19cb903a68de673a75cac95c1de8ad64c21.tar.gz
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 15e9861933..0b2e4ce6ce 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -30,7 +30,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include <stdlib.h>
#endif
-#include "pyport.h"
+#include "pymem.h"
#include "pydebug.h"