summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index c449e7316f..86b6001d5b 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -305,5 +305,7 @@ void mp_unix_mark_exec(void);
#define _DIRENT_HAVE_D_INO (1)
#endif
+#ifndef __APPLE__
// For debugging purposes, make printf() available to any source file.
#include <stdio.h>
+#endif