From 6273fcf072fc5789ebabf4f1acd6fc6c9fa143ee Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Wed, 7 Sep 2016 14:58:51 +0200 Subject: [PATCH] Add stdlib.h to client/commands.c --- client/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/commands.c b/client/commands.c index 2dae23e1..29e71418 100644 --- a/client/commands.c +++ b/client/commands.c @@ -8,6 +8,7 @@ #include #include +#include #include "nest/bird.h" #include "lib/resource.h"