From: Guido van Rossum Date: Fri, 10 Mar 2000 22:34:00 +0000 (+0000) Subject: Marc-Andre Lemburg: include unicodeobject.h and codecs.h X-Git-Tag: v1.6a1~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd7dfbc146deb31c520d886415ffd2d00f6970b0;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg: include unicodeobject.h and codecs.h --- diff --git a/Include/Python.h b/Include/Python.h index 2762bd9afb1c..4179b2eaac8f 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"