Skip to content

Commit

Permalink
include some header files explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Apr 24, 1999
1 parent c09e7de commit 8036c5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ext/standard/flock_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ int flock(int fd, int operation);
#endif /* WIN32|WINNT */

#if !HAVE_INET_ATON
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#if HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif

extern int inet_aton(const char *, struct in_addr *);
#endif

Expand Down

0 comments on commit 8036c5f

Please sign in to comment.