X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvcdx%2Fintf.h;h=b003c92f37de68e5fee06e61289c2104b16fa184;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=b48da1e82f823abde68c75abcb8487173ff1dc4a;hpb=fe087a38282e93addb25fa9598393e40ea233b09;p=vlc diff --git a/modules/access/vcdx/intf.h b/modules/access/vcdx/intf.h index b48da1e82f..b003c92f37 100644 --- a/modules/access/vcdx/intf.h +++ b/modules/access/vcdx/intf.h @@ -4,7 +4,7 @@ * Copyright (C) 2001 the VideoLAN team * $Id$ * - * Author: Stéphane Borel + * Author: Stéphane Borel * * 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 @@ -18,9 +18,13 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#include +#include +#include "vcdplayer.h" + /***************************************************************************** * intf_sys_t: description and status of interface *****************************************************************************/ @@ -33,7 +37,7 @@ struct intf_sys_t vlc_bool_t b_infinite_still; /* True if still wait time is infinite */ mtime_t m_still_time; /* Time in microseconds remaining to wait in still frame. - */ + */ #if FINISHED vcdplay_ctrl_t control; #else