Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d391f2

Browse files
committed
include stdio.h for sprintf prototype.
1 parent 9d8b96c commit 2d391f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Compat/getwd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*/
2929

3030
#include "macdefs.h"
31+
#include <stdio.h>
3132

3233
#define ROOTID 2 /* Root directory ID */
3334

0 commit comments

Comments
 (0)