From: Zdenek Dohnal Date: Wed, 25 Nov 2020 12:24:28 +0000 (+0100) Subject: http-support.c: Add avahi-common/malloc.h header for avahi_free() X-Git-Tag: v2.3.3op1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F52%2Fhead;p=thirdparty%2Fcups.git http-support.c: Add avahi-common/malloc.h header for avahi_free() --- diff --git a/cups/http-support.c b/cups/http-support.c index b0506c9764..a4bc079b44 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -27,6 +27,7 @@ #elif defined(HAVE_AVAHI) # include # include +# include # include #endif /* HAVE_DNSSD */