From 1d30a597a7e60412532bfaf0f48b10570a1355e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 20 Dec 2006 19:58:40 +0000 Subject: [PATCH] Include if ALSA_SUBDIR_INCLUDE is defined. --- src/sound.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sound.c b/src/sound.c index 6f8e3ecb308..b6f5ff513ee 100644 --- a/src/sound.c +++ b/src/sound.c @@ -74,8 +74,12 @@ Boston, MA 02110-1301, USA. */ #include #endif #ifdef HAVE_ALSA +#ifdef ALSA_SUBDIR_INCLUDE +#include +#else #include -#endif +#endif /* ALSA_SUBDIR_INCLUDE */ +#endif /* HAVE_ALSA */ /* END: Non Windows Includes */ -- 2.39.2