Add missing includes

This commit is contained in:
wbaumann
2009-05-25 19:09:01 +00:00
parent cf4e867693
commit 15455d6130
4 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,9 @@
#endif
#include <pwd.h>
#include <stdio.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <string.h>
#ifdef HAVE_SYSLOG_H
#include <syslog.h>

View File

@ -67,6 +67,9 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <ne_string.h>
#include <ne_uri.h>