aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2011-08-13 21:15:02 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-15 10:31:54 +0200
commit0060806497b0c3974144054061aeff479e600b28 (patch)
tree97d31c74ff78b344e2b777f1cefdf96a54e2a8a7 /host
parenta41f102a763f25631fba4ac1fc4964fbfd1e467c (diff)
Include <stdlib.h> for malloc() and free()
Diffstat (limited to 'host')
-rw-r--r--host/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/main.c b/host/main.c
index a1e5600..1823857 100644
--- a/host/main.c
+++ b/host/main.c
@@ -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>