]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_open.c
* Fixed the BeOS compile typo.
[vlc] / plugins / gtk / gtk_open.c
index d7bc7980f3aa00384efb53d403ce46ffbf291525..b8ac154cc1e26645249ce819d38956deda849bff 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_open.c : functions to handle file/disc/network open widgets.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: gtk_open.c,v 1.3 2001/05/23 23:08:20 stef Exp $
+ * $Id: gtk_open.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"
+
 /*****************************************************************************
  * Fileopen callbacks
  *****************************************************************************