diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-23 20:48:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-23 20:48:04 +0200 |
commit | 15b25ad17417141bd913b734f2148e2fb2e9e828 (patch) | |
tree | b168ce5728ea5f3ddec16e77424ef918ad06e87f /src | |
parent | 9f441f25384c6c9ad5266c34c114535c788ced11 (diff) | |
download | mpd-15b25ad17417141bd913b734f2148e2fb2e9e828.tar.gz mpd-15b25ad17417141bd913b734f2148e2fb2e9e828.tar.xz mpd-15b25ad17417141bd913b734f2148e2fb2e9e828.zip |
volume: oops, only #include <alloca.h> if OSS is enabled
Diffstat (limited to 'src')
-rw-r--r-- | src/volume.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c index e319afdd9..519bb814e 100644 --- a/src/volume.c +++ b/src/volume.c @@ -31,7 +31,6 @@ #ifdef HAVE_ALSA #include <alsa/asoundlib.h> #endif -#include <alloca.h> #define VOLUME_MIXER_TYPE_SOFTWARE 0 #define VOLUME_MIXER_TYPE_OSS 1 |