Files
termux-packages/root-packages/avahi/avahi-common-malloc.h.patch
termux-pacman-bot 8927e63ba5 avahi: Move to root-packages
`avahi-daemon` does not launch on some newer Android environment.

Closes https://github.com/termux/termux-packages/issues/17061
2023-06-23 02:50:54 +00:00

11 lines
211 B
Diff

--- a/avahi-common/malloc.h
+++ b/avahi-common/malloc.h
@@ -22,6 +22,7 @@
/** \file malloc.h Memory allocation */
+#include_next <malloc.h>
#include <sys/types.h>
#include <stdarg.h>
#include <limits.h>