]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add stdlib.h to client/commands.c
authorPavel Tvrdik <pawel.tvrdik@gmail.com>
Wed, 7 Sep 2016 12:58:51 +0000 (14:58 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 15 Sep 2016 15:02:52 +0000 (17:02 +0200)
client/commands.c

index 2dae23e1e30a129a17eefcbe3e74e8d8333f67ea..29e71418034076191927259f2d838ac60b78581b 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
+#include <stdlib.h>
 
 #include "nest/bird.h"
 #include "lib/resource.h"