From 386bcef8381fe0813d8407c613d0e950887ee2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 29 Mar 2006 21:00:45 +0000 Subject: fix implicit declaration in input_vcd CVS patchset: 7957 CVS date: 2006/03/29 21:00:45 --- src/input/input_vcd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index 014904969..42c183fb7 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2006 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.81 2005/10/14 21:02:16 miguelfreitas Exp $ + * $Id: input_vcd.c,v 1.82 2006/03/29 21:00:45 valtri Exp $ * */ @@ -25,6 +25,7 @@ #include "config.h" #endif +#include #include #include #include -- cgit v1.2.3