X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgtk%2Fgtk_control.c;h=7f6781f7b771bbab754f46203f6cb618f9706336;hb=05761f84125ff48d774be3a46691fc95e5f25928;hp=7a83d2cbca84027cf215c5fd4cfb34d850d0d4d1;hpb=32ef13cfda173cf6bacda500708d91af31166bbf;p=vlc diff --git a/plugins/gtk/gtk_control.c b/plugins/gtk/gtk_control.c index 7a83d2cbca..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.2 2001/05/15 14:49:48 stef Exp $ + * $Id: gtk_control.c,v 1.4 2001/05/30 17:03:12 sam Exp $ * * Authors: Samuel Hocevar * Stéphane Borel @@ -22,9 +22,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -#define MODULE_NAME gtk -#include "modules_inner.h" - /***************************************************************************** * Preamble *****************************************************************************/ @@ -56,6 +53,8 @@ #include "main.h" +#include "modules_export.h" + /**************************************************************************** * Control functions: this is where the functions are defined ****************************************************************************