Add missing header.

SVN revision: 27447
This commit is contained in:
Sebastian Dransfeld 2006-12-14 19:27:46 +00:00
parent 7184c89b42
commit 4571aa7c51
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <string.h>
#include <dlfcn.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/utsname.h>
#include <fcntl.h>

View File

@ -11,6 +11,7 @@
#include <pwd.h>
#include <grp.h>
#include <fnmatch.h>
#include <ctype.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif