From 89928d2c46b887a30efe442cd27058264204a89e Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Sat, 13 Nov 2010 12:28:48 +0100 Subject: [PATCH] daemon: Include stdlib.h in dispatch.c Otherwise GCC complains about malloc being unknown on FreeBSD. --- daemon/dispatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/dispatch.c b/daemon/dispatch.c index 97316144a6..bf2ac73415 100644 --- a/daemon/dispatch.c +++ b/daemon/dispatch.c @@ -24,6 +24,7 @@ #include #include +#include #include #include