summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-10 22:34:00 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-10 22:34:00 (GMT)
commitbd7dfbc146deb31c520d886415ffd2d00f6970b0 (patch)
treeec80f1ec088182d8c4bd2dcb5dd17f3d66e7450b /Include
parent99cc97109efd2957c26fe71cbc81f427becb7188 (diff)
downloadcpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.zip
cpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.tar.gz
cpython-bd7dfbc146deb31c520d886415ffd2d00f6970b0.tar.bz2
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h2
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"