0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/root-packages/avahi/avahi-common-malloc.h.patch
Tee KOBAYASHI 24e41c67af 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 11:16:05 +09: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>