From: Claes Nästén Date: Wed, 24 Nov 2021 09:39:07 +0000 (+0100) Subject: cups/getifaddrs-internal.h: Include versioning.h for ! HAVE_GETIFADDRS X-Git-Tag: v2.4.0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F293%2Fhead;p=thirdparty%2Fcups.git cups/getifaddrs-internal.h: Include versioning.h for ! HAVE_GETIFADDRS Without this compile fails on systems withou getifaddrs as _CUPS_PRIVATE is undefined. Found on Solaris 10. --- diff --git a/cups/getifaddrs-internal.h b/cups/getifaddrs-internal.h index 4e20f73d93..8e8a413732 100644 --- a/cups/getifaddrs-internal.h +++ b/cups/getifaddrs-internal.h @@ -16,6 +16,7 @@ */ # include "config.h" +# include "versioning.h" # ifdef _WIN32 # define _WINSOCK_DEPRECATED_NO_WARNINGS 1 # include