diff options
-rw-r--r-- | unix/mpconfigport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 411817130a..b7da9d3234 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -24,6 +24,9 @@ * THE SOFTWARE. */ +// Debugging help - use printf() easily +#include <stdio.h> + // options to control how Micro Python is built #define MICROPY_ALLOC_PATH_MAX (PATH_MAX) |