os_main.c may not call waitpid() and so needs to include sys/wait.h
This commit is contained in:
parent
7e937597f9
commit
6bfef5b2de
@ -39,6 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/wait.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user