summaryrefslogtreecommitdiff
path: root/m4/arpa_inet_h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/arpa_inet_h.m4')
-rw-r--r--m4/arpa_inet_h.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/m4/arpa_inet_h.m4 b/m4/arpa_inet_h.m4
index 80fdb406b..d21b162fc 100644
--- a/m4/arpa_inet_h.m4
+++ b/m4/arpa_inet_h.m4
@@ -1,5 +1,5 @@
-# arpa_inet_h.m4 serial 10
-dnl Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc.
+# arpa_inet_h.m4 serial 11
+dnl Copyright (C) 2006, 2008-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -31,6 +31,9 @@ AC_DEFUN([gl_HEADER_ARPA_INET],
#if !(defined __GLIBC__ || defined __UCLIBC__)
# include <sys/socket.h>
#endif
+#ifdef __TANDEM
+# include <netdb.h>
+#endif
#include <arpa/inet.h>
]], [inet_ntop inet_pton])
])