diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-09-07 14:58:51 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-09-15 17:02:52 +0200 |
commit | 6273fcf072fc5789ebabf4f1acd6fc6c9fa143ee (patch) | |
tree | ef11e29e0001db105ca5255257ce0706daa67b5e /client | |
parent | 0f5054f6850c7419933a6337a34263f565663ee3 (diff) |
Add stdlib.h to client/commands.c
Diffstat (limited to 'client')
-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..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" |