diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-06-09 10:11:39 +0200 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-06-09 10:43:00 +0200 |
commit | 044e123fd34a17b13d7636def38542511f9c6baf (patch) | |
tree | 2aeb8ed39699d04b6143e900d070a23ec467f08d /client/commands.c | |
parent | 925aa14912329bafff38a9e5a3f675809ff97785 (diff) |
Client: Includes stdlib.h for malloc()
Diffstat (limited to 'client/commands.c')
-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" |