summaryrefslogtreecommitdiff
path: root/print/cups/files/patch-cups-getifaddrs-internal.h
blob: d40d654d573ace63ff388b3843d3c3469d14f7c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- cups/getifaddrs-internal.h.orig	2020-04-27 18:04:29 UTC
+++ cups/getifaddrs-internal.h
@@ -39,6 +39,7 @@ typedef int socklen_t;
 
 #  ifndef _WIN32
 #    include <net/if.h>
+#    include <netinet/in.h>
 #    include <resolv.h>
 #    ifdef HAVE_GETIFADDRS
 #      include <ifaddrs.h>