aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-06-09 10:11:39 +0200
committerPavel Tvrdik <pawel.tvrdik@gmail.com>2016-06-09 10:43:00 +0200
commit044e123fd34a17b13d7636def38542511f9c6baf (patch)
tree2aeb8ed39699d04b6143e900d070a23ec467f08d /client
parent925aa14912329bafff38a9e5a3f675809ff97785 (diff)
downloadbird-044e123fd34a17b13d7636def38542511f9c6baf.tar.gz
Client: Includes stdlib.h for malloc()
Diffstat (limited to 'client')
-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..f2134c1b 100644
--- a/client/commands.c
+++ b/client/commands.c
@@ -7,6 +7,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include "nest/bird.h"