From: Michael R Sweet Date: Thu, 9 Jul 2020 16:31:48 +0000 (-0400) Subject: Fix compile on FreeBSD. X-Git-Tag: v2.3.3op1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b1a2fac1b0db76f2e6c98c7cdeee54f770034b;p=thirdparty%2Fcups.git Fix compile on FreeBSD. --- diff --git a/cups/getifaddrs-internal.h b/cups/getifaddrs-internal.h index 35e98be77f..4e20f73d93 100644 --- a/cups/getifaddrs-internal.h +++ b/cups/getifaddrs-internal.h @@ -25,6 +25,7 @@ # include # include # include +# include # define CUPS_SOCAST # endif /* _WIN32 */