From 86f6ce2265c9be10e8d5b0a7e0cc1fdc5a2d6e76 Mon Sep 17 00:00:00 2001 From: "Timothy C. McGrath" Date: Sat, 24 Nov 2001 01:17:43 +0000 Subject: [PATCH] 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) --- source/snd_alsa_0_9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/snd_alsa_0_9.c b/source/snd_alsa_0_9.c index 8660199..b22c0fc 100644 --- a/source/snd_alsa_0_9.c +++ b/source/snd_alsa_0_9.c @@ -33,7 +33,7 @@ #include -#include +#include #include "qtypes.h" #include "sound.h"