From: Pavel Tvrdik Date: Thu, 9 Jun 2016 08:11:39 +0000 (+0200) Subject: Client: Includes stdlib.h for malloc() X-Git-Tag: v2.0.0-pre0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044e123fd34a17b13d7636def38542511f9c6baf;p=thirdparty%2Fbird.git Client: Includes stdlib.h for malloc() --- diff --git a/client/commands.c b/client/commands.c index 2dae23e1e..f2134c1bb 100644 --- a/client/commands.c +++ b/client/commands.c @@ -7,6 +7,7 @@ */ #include +#include #include #include "nest/bird.h"