]> granicus.if.org Git - python/commitdiff
include stdio.h for sprintf prototype.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Jul 2000 22:18:32 +0000 (22:18 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Jul 2000 22:18:32 +0000 (22:18 +0000)
Mac/Compat/getwd.c

index 1487fb0e7f2d5246818e2ca65d727cb22a72597a..3f702c923006298fbb957e59b91e4430ef256fa7 100644 (file)
@@ -28,6 +28,7 @@
 */
 
 #include "macdefs.h"
+#include <stdio.h>
 
 #define ROOTID 2 /* Root directory ID */