]> 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)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Thu, 9 Jun 2016 08:43:00 +0000 (10:43 +0200)
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"