Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
authorJim Meyering <meyering@redhat.com>
Tue, 29 Apr 2008 16:48:40 +0000 (18:48 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 29 Apr 2008 16:48:40 +0000 (18:48 +0200)
commit534beda824f010828c69abf30a4d03a198735ce7
tree34629c9f2b49c1faf0f7cdd41a6649f8665984d3
parent3f7fa5077b410cd9a8859c6454ee2d92fb1a9408
Avoid test segfault on x86_64 due to lack of inet_ntop declaration.

* tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
by gnulib to exist and to declare e.g., inet_ntop.
Don't include "inet_ntop.h", now removed.
ChangeLog
tests/test-getaddrinfo.c