0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

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"