diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-06-09 10:11:39 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2016-12-07 09:23:45 +0100 |
commit | 2706747f66ab0e7a7f2b8acc6bd7fbd376647258 (patch) | |
tree | 26a28f5263cb2ac67dbb78f596be158501d49199 | |
parent | 18c53c456704f8f0ccbdf6eb8ba5f82cb43aeba7 (diff) |
Client: Includes stdlib.h for malloc()
-rw-r--r-- | client/commands.c | 1 |
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" |