From 391bdc4d345ccc58ee98b692c789e4b36ca4e247 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 27 Apr 2002 14:04:53 +0000 Subject: Try do use the right asoundlib header file (avoid warning message). CVS patchset: 1780 CVS date: 2002/04/27 14:04:53 --- src/audio_out/audio_alsa_out.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 1da6c2235..3aa136877 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton * * - * $Id: audio_alsa_out.c,v 1.50 2002/04/15 00:50:44 jcdutton Exp $ + * $Id: audio_alsa_out.c,v 1.51 2002/04/27 14:04:53 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -41,7 +41,13 @@ #include #include #include + +#ifdef HAVE_ALSA_ASOUNDLIB_H +#include +#elif HAVE_SYS_ASOUNDLIB_H #include +#endif + #include #include #include -- cgit v1.2.3