diff options
Diffstat (limited to 'unix/file.c')
-rw-r--r-- | unix/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/file.c b/unix/file.c index b62154baaa..7f1b285a5d 100644 --- a/unix/file.c +++ b/unix/file.c @@ -34,6 +34,7 @@ #include "py/nlr.h" #include "py/runtime.h" #include "py/stream.h" +#include "py/builtin.h" #ifdef _WIN32 #define fsync _commit |