1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

* playlist: compilation fix.

This commit is contained in:
Laurent Aimar 2004-01-26 20:48:51 +00:00
parent f3f41176e5
commit 41f757da9b

View File

@ -2,7 +2,7 @@
* playlist.c : Playlist import module
*****************************************************************************
* Copyright (C) 2004 VideoLAN
* $Id: playlist.c,v 1.3 2004/01/25 20:05:29 hartman Exp $
* $Id: playlist.c,v 1.4 2004/01/26 20:48:51 fenrir Exp $
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
@ -25,7 +25,7 @@
* Preamble
*****************************************************************************/
#include <vlc/vlc.h>
#include "ninput.h"
#include <vlc/input.h>
#include "playlist.h"