From 044e123fd34a17b13d7636def38542511f9c6baf 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"