summaryrefslogtreecommitdiff
path: root/client/commands.c
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-09-07 14:58:51 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-09-15 17:02:52 +0200
commit6273fcf072fc5789ebabf4f1acd6fc6c9fa143ee (patch)
treeef11e29e0001db105ca5255257ce0706daa67b5e /client/commands.c
parent0f5054f6850c7419933a6337a34263f565663ee3 (diff)
Add stdlib.h to client/commands.c
Diffstat (limited to 'client/commands.c')
-rw-r--r--client/commands.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
#include "nest/bird.h"
#include "lib/resource.h"