summaryrefslogtreecommitdiffstats
path: root/akode/lib
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:43:07 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:43:21 +0100
commit48eea5b2cf8afda3e351f43b765fdc519a58951b (patch)
tree338bac0693571fc80ad5e9fc8699d0adcc446fdc /akode/lib
parent71bae3a249457861e2dfd977293daecf8fab66eb (diff)
downloadakode-48eea5b2cf8afda3e351f43b765fdc519a58951b.tar.gz
akode-48eea5b2cf8afda3e351f43b765fdc519a58951b.zip
Fix build with gcc 4.3
[taken from Debian patches]
Diffstat (limited to 'akode/lib')
-rw-r--r--akode/lib/auto_sink.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/akode/lib/auto_sink.cpp b/akode/lib/auto_sink.cpp
index 7d120f9..bcc1250 100644
--- a/akode/lib/auto_sink.cpp
+++ b/akode/lib/auto_sink.cpp
@@ -21,6 +21,7 @@
#include "audioframe.h"
#include "auto_sink.h"
+#include <cstdlib>
#include <iostream>
namespace aKode {