unix/moduos: Include errno.h.

The file `ports/unix/moduos.c` uses `errno` so it needs to include
`errno.h`, otherwise a compiler error can occur.

Signed-off-by: David Lechner <david@pybricks.com>
pull/8878/head
David Lechner 2022-06-30 19:02:18 -05:00 zatwierdzone przez Damien George
rodzic 1ea82b6dcc
commit 5ab7dfe6db
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,7 @@
* THE SOFTWARE.
*/
#include <errno.h>
#include <stdlib.h>
#include <string.h>