Include <stdlib.h> for malloc() and free()

This commit is contained in:
Peter Stuge
2011-08-13 21:15:02 +02:00
committed by Harald Welte
parent a41f102a76
commit 0060806497

View File

@@ -19,6 +19,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <time.h>