aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp3_decode.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-11 04:49:27 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-11 04:49:27 +0000
commit7091235a683bfcaea32e95a81b86842de7657aa7 (patch)
treed77515597b5350bd39dbe85d5f94d9f72b0cf6bb /src/mp3_decode.c
parent30d9589cb324d7657fc971ceb6574eb2fd7c9f5e (diff)
downloadmpd-7091235a683bfcaea32e95a81b86842de7657aa7.tar.gz
mpd-7091235a683bfcaea32e95a81b86842de7657aa7.tar.xz
mpd-7091235a683bfcaea32e95a81b86842de7657aa7.zip
add --disable-audio configure option
git-svn-id: https://svn.musicpd.org/mpd/trunk@679 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/mp3_decode.c')
-rw-r--r--src/mp3_decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mp3_decode.c b/src/mp3_decode.c
index 84192078b..f0b57f59e 100644
--- a/src/mp3_decode.c
+++ b/src/mp3_decode.c
@@ -42,6 +42,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <errno.h>
#define FRAMES_CUSHION 2000