fix buildbot reported problems (unix related), part 2, add some missing #includes

svn path=/trunk/; revision=14235
This commit is contained in:
Ulf Lamping 2005-04-29 22:06:47 +00:00
parent a7de0371a4
commit 674d345379
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,10 @@
#include <fcntl.h>
#endif
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
@ -43,6 +47,7 @@
#endif
#include <string.h>
#include <ctype.h>
#include <glib.h>