unix: Include stdio.h to allow easy debugging with printf().

This commit is contained in:
Paul Sokolovsky 2015-05-10 17:13:33 +03:00
parent 4a60cac916
commit 8fbabab1a8
1 changed files with 3 additions and 0 deletions

View File

@ -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)