From: Jack Jansen Date: Fri, 14 Jul 2000 22:18:32 +0000 (+0000) Subject: include stdio.h for sprintf prototype. X-Git-Tag: v2.0b1~824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d391f2f397d66e2ac3cadc0b3c3b008a57094bb;p=python include stdio.h for sprintf prototype. --- diff --git a/Mac/Compat/getwd.c b/Mac/Compat/getwd.c index 1487fb0e7f..3f702c9230 100644 --- a/Mac/Compat/getwd.c +++ b/Mac/Compat/getwd.c @@ -28,6 +28,7 @@ */ #include "macdefs.h" +#include #define ROOTID 2 /* Root directory ID */