diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-07-28 17:27:50 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-07-28 17:27:50 +0000 |
commit | 03625c488af8f80f2f745165a7c8840338e7eb03 (patch) | |
tree | 0f9d4658d6c837072c260fb0365857cc5c196297 /modules/inet_ntop | |
parent | 1578ed80e12dd3e145af53838a44a438410b1a9b (diff) | |
download | gnulib-03625c488af8f80f2f745165a7c8840338e7eb03.tar.gz |
Use netinet_in module.
Diffstat (limited to 'modules/inet_ntop')
-rw-r--r-- | modules/inet_ntop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/inet_ntop b/modules/inet_ntop index 0e05e47a8b..bef89bba3f 100644 --- a/modules/inet_ntop +++ b/modules/inet_ntop @@ -11,6 +11,7 @@ restrict socklen sys_socket arpa_inet +netinet_in configure.ac: gl_INET_NTOP |