Use uniform wrapping for unistd.h, and don't include it if it's aready included via fileio.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martin Kraemer
2001-08-22 15:40:29 +00:00
parent 8354775eec
commit e811bc50a1
6 changed files with 20 additions and 7 deletions

View File

@ -74,7 +74,9 @@
#include <sys/types.h>
#include <string.h>
#include <time.h>
#if APR_HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdio.h>
#include <stdarg.h>