diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-21 01:18:05 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-21 01:18:05 +0100 |
commit | 0ae21a81f70806afc6f96fe099083bc8273ab34c (patch) | |
tree | c8e4680b545c720ca28e6a142702ef2f5909f5d7 /unix/file.c | |
parent | 3771a097dac8baaf6dc8a9618dc8a1074a43c439 (diff) | |
parent | 521de04ce2dc7048afbdb2445979a203512b13e2 (diff) | |
download | micropython-0ae21a81f70806afc6f96fe099083bc8273ab34c.tar.gz micropython-0ae21a81f70806afc6f96fe099083bc8273ab34c.zip |
Merge branch 'master' of github.com:micropython/micropython
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 a0a865a263..5bda34013f 100644 --- a/unix/file.c +++ b/unix/file.c @@ -1,3 +1,4 @@ +#include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> |