diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 04:49:27 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 04:49:27 +0000 |
commit | 7091235a683bfcaea32e95a81b86842de7657aa7 (patch) | |
tree | d77515597b5350bd39dbe85d5f94d9f72b0cf6bb /src/mp3_decode.c | |
parent | 30d9589cb324d7657fc971ceb6574eb2fd7c9f5e (diff) | |
download | mpd-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.c | 1 |
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 |