From 92b4f6d610a3b4de9066d4f26a712cf6b1507250 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 14 Sep 2009 15:39:16 +0200 Subject: fixed some minor portability issues --- runtime/msg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/msg.c') diff --git a/runtime/msg.c b/runtime/msg.c index 2a370618..208ea77a 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -35,7 +35,9 @@ #include #include #include -#include +#if HAVE_MALLOC_H +# include +#endif #include "rsyslog.h" #include "srUtils.h" #include "stringbuf.h" -- cgit v1.2.3