From 49a862b415b94f9095df05781ec4372e710a6b65 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 25 Nov 2020 13:24:28 +0100 Subject: [PATCH] http-support.c: Add avahi-common/malloc.h header for avahi_free() --- cups/http-support.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.2