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>
This commit is contained in:
David Lechner 2022-06-30 19:02:18 -05:00 committed by Damien George
parent 1ea82b6dcc
commit 5ab7dfe6db
1 changed files with 1 additions and 0 deletions

View File

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