From 531895aa7be9aeedc07610c8585e4b4cc67b022d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 7 Sep 2004 19:29:49 +0000 Subject: Commit to xine the MinGW patch already used in external VCD. CVS patchset: 6947 CVS date: 2004/09/07 19:29:49 --- src/input/vcd/vcdio.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/input/vcd/vcdio.c b/src/input/vcd/vcdio.c index 5baa3ee2d..1cbb88e06 100644 --- a/src/input/vcd/vcdio.c +++ b/src/input/vcd/vcdio.c @@ -1,7 +1,7 @@ /* - $Id: vcdio.c,v 1.2 2003/11/06 03:28:18 rockyb Exp $ + $Id: vcdio.c,v 1.3 2004/09/07 19:29:49 valtri Exp $ - Copyright (C) 2002,2003 Rocky Bernstein + Copyright (C) 2002, 2003, 2004 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,8 +37,12 @@ #endif #include +#ifdef HAVE_SYS_WAIT_H #include +#endif +#ifdef HAVE_SYS_IOCTL_H #include +#endif #ifdef HAVE_VCDNAV #include -- cgit v1.2.3