os_main.c may not call waitpid() and so needs to include sys/wait.h

This commit is contained in:
Gregory Nutt 2015-07-10 13:32:00 -06:00
parent 7e937597f9
commit 6bfef5b2de

View File

@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/wait.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>