diff --git a/common/snd_alsa.c b/common/snd_alsa.c index 3b5139d..9d80a38 100644 --- a/common/snd_alsa.c +++ b/common/snd_alsa.c @@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "qtypes.h" #include "sound.h" #include "qargs.h" +#include "console.h" #include #include diff --git a/configure.in b/configure.in index c2b0d3e..86921be 100644 --- a/configure.in +++ b/configure.in @@ -123,7 +123,6 @@ fi dnl Checks for working -lm AC_CHECK_LIB(m, pow,, AC_MSG_ERROR([math library (-lm) appears broken])) -echo $enable_zlib if test "x$enable_zlib" != "xno"; then dnl Check for working -lz dnl Note - must have gztell *and* gzgets in -lz *and* zlib.h