[core] Fix include of sys/wait.h in settings.h
This commit is contained in:
parent
06b40f5ff4
commit
8e8a53e8c6
|
@ -85,7 +85,7 @@
|
|||
#include <stdio.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <wait.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#if defined(LIGHTY_OS_LINUX)
|
||||
# include <sched.h>
|
||||
|
|
Loading…
Reference in New Issue