Declare errno, for prehistoric systems.
diff --git a/Python/marshal.c b/Python/marshal.c
index b3986a8..94e6d3a 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -33,6 +33,7 @@
 #include "marshal.h"
 
 #include <errno.h>
+extern int errno;
 
 #define TYPE_NULL	'0'
 #define TYPE_NONE	'N'