summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_cdda.c4
1 files changed, 3 insertions, 1 deletions
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 <sys/ioctl.h>
#include <netdb.h>
+#else
+#include <timer.h> /* alarm() */
#endif /* _MSC_VER */
#include <signal.h>