]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile on FreeBSD.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 9 Jul 2020 16:31:48 +0000 (12:31 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 9 Jul 2020 16:31:48 +0000 (12:31 -0400)
cups/getifaddrs-internal.h

index 35e98be77f816461a09c79f6299d20e4109394da..4e20f73d93fdd5f5c208526605c8da8a77a1a287 100644 (file)
@@ -25,6 +25,7 @@
 #    include <unistd.h>
 #    include <fcntl.h>
 #    include <sys/socket.h>
+#    include <netinet/in.h>
 #    define CUPS_SOCAST
 #  endif /* _WIN32 */