unix/mpconfigport.h: Don't include stdio.h on MacOS.
Fixes build errors such as "../lib/utils/printf.c:43:5: error: expected parameter declarator"
This commit is contained in:
parent
5e01fb01b3
commit
4e36dd570b
@ -305,5 +305,7 @@ void mp_unix_mark_exec(void);
|
|||||||
#define _DIRENT_HAVE_D_INO (1)
|
#define _DIRENT_HAVE_D_INO (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __APPLE__
|
||||||
// For debugging purposes, make printf() available to any source file.
|
// For debugging purposes, make printf() available to any source file.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user