# HG changeset patch # User Jan Dj¸«£rv # Date 1166644720 0 # Node ID 62968fe3ddad5c348474a0fb948ba65e0322bf2f # Parent 3ecc464eb15cf59426ac33773b9358a742c7e543 Include if ALSA_SUBDIR_INCLUDE is defined. diff -r 3ecc464eb15c -r 62968fe3ddad src/sound.c --- a/src/sound.c Wed Dec 20 19:57:39 2006 +0000 +++ b/src/sound.c Wed Dec 20 19:58:40 2006 +0000 @@ -74,8 +74,12 @@ #include #endif #ifdef HAVE_ALSA +#ifdef ALSA_SUBDIR_INCLUDE +#include +#else #include -#endif +#endif /* ALSA_SUBDIR_INCLUDE */ +#endif /* HAVE_ALSA */ /* END: Non Windows Includes */