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 +#endif