diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-22 10:45:00 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-22 10:45:00 +0200 |
commit | 9b80e162e33a7f87b6cf1064935544e22352ba98 (patch) | |
tree | 35374559aa9ad8ce5aa93f3a48138cc64902913c /gl/getaddrinfo.c | |
parent | ddef7f47dc1ba571345c83c794639d2bf7c0f09c (diff) | |
download | gnutls-9b80e162e33a7f87b6cf1064935544e22352ba98.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/getaddrinfo.c')
-rw-r--r-- | gl/getaddrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/getaddrinfo.c b/gl/getaddrinfo.c index 3016c93f20..f09cf9ee64 100644 --- a/gl/getaddrinfo.c +++ b/gl/getaddrinfo.c @@ -19,7 +19,7 @@ #include <config.h> -#include "getaddrinfo.h" +#include <netdb.h> #if HAVE_NETINET_IN_H # include <netinet/in.h> |