From b1ce3a3e9139d85b0e83cc2c1b8c2860d97fc196 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Minier?= Date: Fri, 10 Jan 2003 17:30:18 +0000 Subject: [PATCH] * re-included playlist.h (got confused with vlc-playlist.h) --- modules/gui/gtk/open.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/gtk/open.c b/modules/gui/gtk/open.c index 3eca2130ae..276238767f 100644 --- a/modules/gui/gtk/open.c +++ b/modules/gui/gtk/open.c @@ -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 * Stéphane Borel @@ -43,6 +43,7 @@ #include "gtk_interface.h" #include "gtk_support.h" +#include "playlist.h" #include "common.h" #include "netutils.h" -- 2.39.5