emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sound.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/sound.c,v
Date: Wed, 20 Dec 2006 19:58:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/12/20 19:58:40

Index: sound.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sound.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- sound.c     29 Nov 2006 15:31:56 -0000      1.41
+++ sound.c     20 Dec 2006 19:58:40 -0000      1.42
@@ -74,8 +74,12 @@
 #include <soundcard.h>
 #endif
 #ifdef HAVE_ALSA
+#ifdef ALSA_SUBDIR_INCLUDE
+#include <alsa/asoundlib.h>
+#else
 #include <asoundlib.h>
-#endif
+#endif /* ALSA_SUBDIR_INCLUDE */
+#endif /* HAVE_ALSA */
 
 /* END: Non Windows Includes */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]