summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-21 10:49:21 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-21 22:20:59 +0100
commitb99df0ed99708dc2c9ab05fadd76178a5a7469da (patch)
treeb48e4ff1db887ee3a1c48709d18e8e6cbe859dd6 /src/commands.c
parent680f90bc77e7a29991cab47f0feb9cd2536f5763 (diff)
downloadcmumble-b99df0ed99708dc2c9ab05fadd76178a5a7469da.tar.gz
cmumble-b99df0ed99708dc2c9ab05fadd76178a5a7469da.tar.bz2
cmumble-b99df0ed99708dc2c9ab05fadd76178a5a7469da.zip
Add missing headers
There were not warnings yet, since gstreamer 0.10 includes them implicitly. This will change with gstreamer 1.0.
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index 6295281..60e840f 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -3,6 +3,8 @@
#include "cmumble.h"
#include <glib.h>
+#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <readline/readline.h>