2
0
Fork 0

[core] Fix include of sys/wait.h in settings.h

This commit is contained in:
Thomas Porzelt 2010-07-31 16:11:32 +02:00
parent 06b40f5ff4
commit 8e8a53e8c6
1 changed files with 1 additions and 1 deletions

View File

@ -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>