Files
termux-packages/packages/avahi/avahi-common-malloc.h.patch
termux-pacman-bot 2f72b9b47f avahi: Fix implicit declaration of function
declared in system `<malloc.h>`.
2023-04-03 00:45:22 +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>