Marc-Andre Lemburg: include unicodeobject.h and codecs.h
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 @@
 #include "cobject.h"
 #include "traceback.h"
 #include "sliceobject.h"
+#include "unicodeobject.h"
 
+#include "codecs.h"
 #include "pyerrors.h"
 #include "mymalloc.h"