summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-10 22:34:00 +0000
committerGuido van Rossum <guido@python.org>2000-03-10 22:34:00 +0000
commitbd7dfbc146deb31c520d886415ffd2d00f6970b0 (patch)
treeec80f1ec088182d8c4bd2dcb5dd17f3d66e7450b /Include/Python.h
parent99cc97109efd2957c26fe71cbc81f427becb7188 (diff)
downloadcpython-git-bd7dfbc146deb31c520d886415ffd2d00f6970b0.tar.gz
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 2762bd9afb..4179b2eaac 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"