# HG changeset patch # User james # Date 1145381312 0 # Node ID 316f3f347b4f91098ed2fa0d43cddcc7e0724c3e # Parent 0053328b3ea6e02980dc92a9180d56549365b5e5 [xemacs-hg @ 2006-04-18 17:28:30 by james] Fix ALSA library version detection for older versions of the library. See xemacs-patches message . diff -r 0053328b3ea6 -r 316f3f347b4f src/ChangeLog --- a/src/ChangeLog Mon Apr 17 21:51:07 2006 +0000 +++ b/src/ChangeLog Tue Apr 18 17:28:32 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-18 Jerry James + + * alsaplay.c: Explicitly include ALSA's version.h for older + versions of the library. Thanks to Ilya Golubev. + 2006-04-16 Aidan Kehoe * data.c (Fconsp): diff -r 0053328b3ea6 -r 316f3f347b4f src/alsaplay.c --- a/src/alsaplay.c Mon Apr 17 21:51:07 2006 +0000 +++ b/src/alsaplay.c Tue Apr 18 17:28:32 2006 +0000 @@ -30,6 +30,7 @@ /* We can't just include because it tries to redefine * several symbols defined by the previous header files. */ +#include #include #include #include