mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 00:20:30 +00:00
`avahi-daemon` does not launch on some newer Android environment. Closes https://github.com/termux/termux-packages/issues/17061
11 lines
211 B
Diff
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>
|