diff --git a/Source/Core/AudioCommon/Src/AlsaSoundStream.h b/Source/Core/AudioCommon/Src/AlsaSoundStream.h index a747b165ec..22755c7b79 100644 --- a/Source/Core/AudioCommon/Src/AlsaSoundStream.h +++ b/Source/Core/AudioCommon/Src/AlsaSoundStream.h @@ -18,15 +18,15 @@ #ifndef _ALSA_SOUND_STREAM_H #define _ALSA_SOUND_STREAM_H +#if defined(HAVE_ALSA) && HAVE_ALSA #include +#endif #include "Common.h" #include "SoundStream.h" #include "Thread.h" -#define HAVE_ALSA 1 - class AlsaSound : public SoundStream { #if defined(HAVE_ALSA) && HAVE_ALSA