]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Yet another header...
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 20:28:39 +0000 (20:28 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 20:28:39 +0000 (20:28 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12324 a1ca3aef-8c08-0410-bb20-df032aa958be

config-scripts/cups-network.m4

index 27825fd6d710a4323741cae6043e56890bdaf58a..636518fb674392cb16927e64d6e362a3775141be 100644 (file)
@@ -16,6 +16,8 @@ dnl
 AC_CHECK_HEADER(resolv.h,AC_DEFINE(HAVE_RESOLV_H),,[
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netinet/in_systm.h>
 #include <netinet/ip.h>])
 AC_SEARCH_LIBS(socket, socket)
 AC_SEARCH_LIBS(gethostbyaddr, nsl)