Client: Includes stdlib.h for malloc()

This commit is contained in:
Pavel Tvrdik 2016-06-09 10:11:39 +02:00
parent 925aa14912
commit 044e123fd3

View file

@ -7,6 +7,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "nest/bird.h"