]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
http-support.c: Add avahi-common/malloc.h header for avahi_free() 52/head
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 25 Nov 2020 12:24:28 +0000 (13:24 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 25 Nov 2020 12:24:28 +0000 (13:24 +0100)
cups/http-support.c

index b0506c976423e6a89135da0117d6ef42d8b63383..a4bc079b449289e3a736a58907491a799613fa82 100644 (file)
@@ -27,6 +27,7 @@
 #elif defined(HAVE_AVAHI)
 #  include <avahi-client/client.h>
 #  include <avahi-client/lookup.h>
+#  include <avahi-common/malloc.h>
 #  include <avahi-common/simple-watch.h>
 #endif /* HAVE_DNSSD */