]> git.sesse.net Git - vlc/commitdiff
* re-included playlist.h (got confused with vlc-playlist.h)
authorLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 17:30:18 +0000 (17:30 +0000)
committerLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 17:30:18 +0000 (17:30 +0000)
modules/gui/gtk/open.c

index 3eca2130aec09b0a64f15bdcf460dc382ee26ea5..276238767fe5f71d989f2ab9f1796535ac0651b6 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_open.c : functions to handle file/disc/network open widgets.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: open.c,v 1.7 2003/01/10 12:34:50 asmax Exp $
+ * $Id: open.c,v 1.8 2003/01/10 17:30:18 lool Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -43,6 +43,7 @@
 #include "gtk_interface.h"
 #include "gtk_support.h"
 
+#include "playlist.h"
 #include "common.h"
 
 #include "netutils.h"