]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_control.c
* Fixed the BeOS compile typo.
[vlc] / plugins / gtk / gtk_control.c
index 7a83d2cbca84027cf215c5fd4cfb34d850d0d4d1..7f6781f7b771bbab754f46203f6cb618f9706336 100644 (file)
@@ -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 <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -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
  ****************************************************************************