]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_control.c
* Fixed the BeOS compile typo.
[vlc] / plugins / gtk / gtk_control.c
index 0141aec69c2dd4d198e7f2abe578c02b0c2d35ea..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.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 <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -53,6 +53,8 @@
 
 #include "main.h"
 
+#include "modules_export.h"
+
 /****************************************************************************
  * Control functions: this is where the functions are defined
  ****************************************************************************