unix/mpconfigport.h: Include stdio.h by default.
This allows to use printf() in a any source file with unix port, for quick debugging.
This commit is contained in:
parent
d1771bbae0
commit
243f8988be
@ -301,3 +301,6 @@ void mp_unix_mark_exec(void);
|
|||||||
#ifndef _DIRENT_HAVE_D_INO
|
#ifndef _DIRENT_HAVE_D_INO
|
||||||
#define _DIRENT_HAVE_D_INO (1)
|
#define _DIRENT_HAVE_D_INO (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// For debugging purposes, make printf() available to any source file.
|
||||||
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user