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
commit25f68944c20a3a37da6776277057c2d19a80211f (patch)
treec271e544f83b111f29907a7613bbaed03a8df40e /Include/pgenheaders.h
parentb88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff)
downloadcpython-git-25f68944c20a3a37da6776277057c2d19a80211f.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"