Fixed compiling newtree with alsa 0.9 so it doesn't die with -Werror enabled

Just enough to get it compiling again, I don't actually use this - if someone
actually is using this seriously and this makes it stop working I'll see what
I can do about the depreciated warnings I'm seeing when the clients are lding.

Tim McGrath
(Misty-chan)
This commit is contained in:
Timothy C. McGrath 2001-11-24 01:17:43 +00:00
parent 36b83eae86
commit 86f6ce2265

View file

@ -33,7 +33,7 @@
#include <stdio.h> #include <stdio.h>
#include <sys/asoundlib.h> #include <alsa/asoundlib.h>
#include "qtypes.h" #include "qtypes.h"
#include "sound.h" #include "sound.h"