From 2706747f66ab0e7a7f2b8acc6bd7fbd376647258 Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Thu, 9 Jun 2016 10:11:39 +0200 Subject: [PATCH] Client: Includes stdlib.h for malloc() --- client/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/commands.c b/client/commands.c index 2dae23e1..f2134c1b 100644 --- a/client/commands.c +++ b/client/commands.c @@ -7,6 +7,7 @@ */ #include +#include #include #include "nest/bird.h"