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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d391f2f397d66e2ac3cadc0b3c3b008a57094bb;p=thirdparty%2FPython%2Fcpython.git include stdio.h for sprintf prototype. --- diff --git a/Mac/Compat/getwd.c b/Mac/Compat/getwd.c index 1487fb0e7f2d..3f702c923006 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 */