summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-06-09 10:11:39 +0200
committerJan Moskyto Matejka <mq@ucw.cz>2016-12-07 09:23:45 +0100
commit2706747f66ab0e7a7f2b8acc6bd7fbd376647258 (patch)
tree26a28f5263cb2ac67dbb78f596be158501d49199
parent18c53c456704f8f0ccbdf6eb8ba5f82cb43aeba7 (diff)
Client: Includes stdlib.h for malloc()
-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"