aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderAPI.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-11 08:18:48 +0100
committerMax Kellermann <max@duempel.org>2013-11-11 08:18:54 +0100
commit84c3d9674ff56567704ebfa90a4bb3747cce3c76 (patch)
treecfd44c18d8f71f9a4c2f85924e116a1da0deef1c /src/DecoderAPI.cxx
parent47d3758820fc26730545a5a442d608ebc0edbd8c (diff)
downloadmpd-84c3d9674ff56567704ebfa90a4bb3747cce3c76.tar.gz
mpd-84c3d9674ff56567704ebfa90a4bb3747cce3c76.tar.xz
mpd-84c3d9674ff56567704ebfa90a4bb3747cce3c76.zip
DecoderAPI: add missing math.h include
Diffstat (limited to 'src/DecoderAPI.cxx')
-rw-r--r--src/DecoderAPI.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DecoderAPI.cxx b/src/DecoderAPI.cxx
index 87d104465..4fea02bef 100644
--- a/src/DecoderAPI.cxx
+++ b/src/DecoderAPI.cxx
@@ -35,6 +35,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
+#include <math.h>
void
decoder_initialized(Decoder &decoder,