From e467a07a8d36a76e66e009cbb2794e2106e6434f Mon Sep 17 00:00:00 2001 From: Tim Champagne Date: Fri, 16 May 2003 19:08:59 +0000 Subject: The cdda input plugin now builds in the Win32 env. I still need to test this but I'm not quite sure how it is suppose to work CVS patchset: 4868 CVS date: 2003/05/16 19:08:59 --- src/input/input_cdda.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 5e2573fe3..9f573244e 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -20,7 +20,7 @@ * Compact Disc Digital Audio (CDDA) Input Plugin * by Mike Melanson (melanson@pcisys.net) * - * $Id: input_cdda.c,v 1.21 2003/05/16 15:07:35 tchamp Exp $ + * $Id: input_cdda.c,v 1.22 2003/05/16 19:08:59 tchamp Exp $ */ #ifdef HAVE_CONFIG_H @@ -40,6 +40,8 @@ #ifndef _MSC_VER #include #include +#else +#include /* alarm() */ #endif /* _MSC_VER */ #include -- cgit v1.2.3