Commit 41f757da authored by Laurent Aimar's avatar Laurent Aimar

* playlist: compilation fix.

parent f3f41176
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.c : Playlist import module * playlist.c : Playlist import module
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 VideoLAN * 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: Clment Stenac <zorglub@videolan.org> * Authors: Clment Stenac <zorglub@videolan.org>
* *
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "ninput.h" #include <vlc/input.h>
#include "playlist.h" #include "playlist.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment