X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgtk%2Fgtk_control.c;h=7f6781f7b771bbab754f46203f6cb618f9706336;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=0141aec69c2dd4d198e7f2abe578c02b0c2d35ea;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/plugins/gtk/gtk_control.c b/plugins/gtk/gtk_control.c index 0141aec69c..7f6781f7b7 100644 --- a/plugins/gtk/gtk_control.c +++ b/plugins/gtk/gtk_control.c @@ -2,7 +2,7 @@ * gtk_control.c : functions to handle stream control buttons. ***************************************************************************** * Copyright (C) 2000, 2001 VideoLAN - * $Id: gtk_control.c,v 1.3 2001/05/23 23:08:20 stef Exp $ + * $Id: gtk_control.c,v 1.4 2001/05/30 17:03:12 sam Exp $ * * Authors: Samuel Hocevar * Stéphane Borel @@ -53,6 +53,8 @@ #include "main.h" +#include "modules_export.h" + /**************************************************************************** * Control functions: this is where the functions are defined ****************************************************************************