1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Include <arpa/inet.h> in APR_CHECK_WORKING_GETNAMEINFO.

http://seclists.org/nmap-dev/2012/q3/777
This commit is contained in:
david
2012-09-12 04:23:24 +00:00
parent 2c092db698
commit fed81c865a
2 changed files with 6 additions and 0 deletions

3
nbase/configure vendored
View File

@@ -4688,6 +4688,9 @@ else
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
int main(void) {
struct sockaddr_in sa;