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:
parent
1ea82b6dcc
commit
5ab7dfe6db
|
@ -25,6 +25,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue