mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
12 lines
240 B
Diff
12 lines
240 B
Diff
--- ./src/rtpp_memdeb.h.orig
|
|
+++ ./src/rtpp_memdeb.h
|
|
@@ -29,6 +29,8 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
+#include <pthread.h>
|
|
+
|
|
#undef malloc
|
|
#define malloc(n) rtpp_memdeb_malloc((n), __FILE__, __LINE__, __func__)
|
|
#undef free
|