From 25f68944c20a3a37da6776277057c2d19a80211f Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Mon, 31 Jul 2000 22:19:30 +0000 Subject: patch from Vladimir (move Py_Mem* interface to Include/pymem.h) --- Include/Python.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index f89f3e7821..b994401a52 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" -- cgit v1.2.1