summaryrefslogtreecommitdiff
path: root/gl/gnulib.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gl/gnulib.mk')
-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