1 parent d1771bb commit 243f898Copy full SHA for 243f898
1 file changed
unix/mpconfigport.h
@@ -301,3 +301,6 @@ void mp_unix_mark_exec(void);
301
#ifndef _DIRENT_HAVE_D_INO
302
#define _DIRENT_HAVE_D_INO (1)
303
#endif
304
+
305
+// For debugging purposes, make printf() available to any source file.
306
+#include <stdio.h>
0 commit comments