summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-21 22:32:35 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-21 22:33:10 +0100
commit2984fe3503f3326c47887302727c7952f5ff5c80 (patch)
tree54f04c4f8c4bb3f4cc7a512c4f0ea043fe096b3a
parent1ab1715a8c93b08ec7f1adc497d0502dd570787b (diff)
downloadcmumble-2984fe3503f3326c47887302727c7952f5ff5c80.tar.gz
cmumble-2984fe3503f3326c47887302727c7952f5ff5c80.tar.bz2
cmumble-2984fe3503f3326c47887302727c7952f5ff5c80.zip
io: Add another missing header
-rw-r--r--src/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index c0ec572..c915202 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <glib.h>