2
0
Fork 0

[core] Include wait.h in settings.h

personal/stbuehler/wip
Thomas Porzelt 2010-07-31 15:56:32 +02:00
parent 15c89fc606
commit e7fca37edb
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@
#include <stdio.h>
#include <dirent.h>
#include <unistd.h>
#include <wait.h>
#if defined(LIGHTY_OS_LINUX)
# include <sched.h>