mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
24e41c67af
`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>
|