From 8036c5fbf199dbeee188b007acb44d54fcd5cb4a Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 24 Apr 1999 20:26:31 +0000 Subject: [PATCH] include some header files explicitly --- ext/standard/flock_compat.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.50.1