]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Client: Includes stdlib.h for malloc()
authorPavel Tvrdik <pawel.tvrdik@gmail.com>
Thu, 9 Jun 2016 08:11:39 +0000 (10:11 +0200)
committerJan Moskyto Matejka <mq@ucw.cz>
Wed, 7 Dec 2016 08:23:45 +0000 (09:23 +0100)
client/commands.c

index 2dae23e1e30a129a17eefcbe3e74e8d8333f67ea..f2134c1bb98a465d8043894c557f7f546cb00b30 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <ctype.h>
 
 #include "nest/bird.h"