[core] Include wait.h in settings.h
parent
15c89fc606
commit
e7fca37edb
|
@ -85,6 +85,7 @@
|
|||
#include <stdio.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <wait.h>
|
||||
|
||||
#if defined(LIGHTY_OS_LINUX)
|
||||
# include <sched.h>
|
||||
|
|
Loading…
Reference in New Issue