8000 fix unix · micropython/micropython@a3bc1fb · GitHub
[go: up one dir, main page]

Skip to content

Commit a3bc1fb

Browse files
committed
fix unix
1 parent c269377 commit a3bc1fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/unix/moduos.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* THE SOFTWARE.
2626
*/
2727

28+
#include <fcntl.h>
2829
#include <stdlib.h>
2930
#include <string.h>
3031

0 commit comments

Comments
 (0)
0