summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-22 09:56:03 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-22 09:56:03 +0200
commit34e3d59b2e276b8a45924f11f6916399fa14f5be (patch)
treeb38105ad52a248826e01451a651b3a2435c73070 /gl
parent3c161ef731049a9871b411b5df39447846eacb3b (diff)
downloadgnutls-34e3d59b2e276b8a45924f11f6916399fa14f5be.tar.gz
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/gnulib.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/gnulib.mk b/gl/gnulib.mk
index 0a4ed429fd..049e49a0c9 100644
--- a/gl/gnulib.mk
+++ b/gl/gnulib.mk
@@ -33,6 +33,8 @@ arpa/inet.h:
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#include <sys/socket.h>'; \
+ echo '#include <inet_ntop.h>'; \
+ echo '#include <inet_pton.h>'; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t