projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46f1af
)
BUILD: activity: do not include malloc.h
author
Willy Tarreau
<w@1wt.eu>
Thu, 6 May 2021 09:37:53 +0000
(11:37 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 6 May 2021 09:38:41 +0000
(11:38 +0200)
It doesn't exist on MacOS and broke the build. We don't need it as it's
already included by compat.h when relevant. No backport is needed.
src/activity.c
patch
|
blob
|
history
diff --git
a/src/activity.c
b/src/activity.c
index
3f69e44
..
df8b9bd
100644
(file)
--- a/
src/activity.c
+++ b/
src/activity.c
@@
-10,7
+10,6
@@
*
*/
-#include <malloc.h>
#include <haproxy/activity-t.h>
#include <haproxy/api.h>
#include <haproxy/cfgparse.h>