Browse Source

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 2 years ago
committed by Damien George
parent
commit
5ab7dfe6db
  1. 1
      ports/unix/moduos.c

1
ports/unix/moduos.c

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

Loading…
Cancel
Save