diff options
author | Guido van Rossum <guido@python.org> | 2000-03-10 22:34:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-10 22:34:00 (GMT) |
commit | bd7dfbc146deb31c520d886415ffd2d00f6970b0 (patch) | |
tree | ec80f1ec088182d8c4bd2dcb5dd17f3d66e7450b /Include/Python.h | |
parent | 99cc97109efd2957c26fe71cbc81f427becb7188 (diff) | |
download | cpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.zip cpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.tar.gz cpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.tar.bz2 |
Marc-Andre Lemburg: include unicodeobject.h and codecs.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 2762bd9..4179b2e 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -92,7 +92,9 @@ PERFORMANCE OF THIS SOFTWARE. #include "cobject.h" #include "traceback.h" #include "sliceobject.h" +#include "unicodeobject.h" +#include "codecs.h" #include "pyerrors.h" #include "mymalloc.h" |