From: Sascha Schumann Date: Sat, 24 Apr 1999 20:26:31 +0000 (+0000) Subject: include some header files explicitly X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8036c5fbf199dbeee188b007acb44d54fcd5cb4a;p=php include some header files explicitly --- diff --git a/ext/standard/flock_compat.h b/ext/standard/flock_compat.h index 9478fef776..37ed5e8861 100644 --- a/ext/standard/flock_compat.h +++ b/ext/standard/flock_compat.h @@ -15,6 +15,13 @@ int flock(int fd, int operation); #endif /* WIN32|WINNT */ #if !HAVE_INET_ATON +#if HAVE_NETINET_IN_H +#include +#endif +#if HAVE_ARPA_INET_H +#include +#endif + extern int inet_aton(const char *, struct in_addr *); #endif