diff options
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r-- | Include/objimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index dfdbca079a..3c0c7fc895 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -14,7 +14,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. extern "C" { #endif -#include "mymalloc.h" +#include "pyport.h" /* Functions and macros for modules that implement new object types. |