From 065d71e271d753625e91cf2a7cd471ace5617928 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 4 Jun 1991 20:23:28 +0000 Subject: Declare errno, for prehistoric systems. --- Python/marshal.c | 1 + 1 file changed, 1 insertion(+) 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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "marshal.h" #include +extern int errno; #define TYPE_NULL '0' #define TYPE_NONE 'N' -- cgit v0.12