protect sys/type.h

This commit is contained in:
Bill Currie 2001-08-20 22:38:19 +00:00
parent b7727dc730
commit ba5f9ae9a9

View file

@ -30,7 +30,9 @@
#endif
#include <errno.h>
#include <stdarg.h>
#include <sys/time.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>