]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/intf_gnome.c
* Fixed the BeOS compile typo.
[vlc] / plugins / gtk / intf_gnome.c
index b18c1c6a99a6de92b895b5b983e50ba147f5b407..1ddfcfb9bea0a2c6663d9f74b61564b153ac13bc 100644 (file)
@@ -2,7 +2,7 @@
  * intf_gnome.c: Gnome interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: intf_gnome.c,v 1.1 2001/05/23 23:08:20 stef Exp $
+ * $Id: intf_gnome.c,v 1.2 2001/05/30 17:03:12 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -42,7 +42,6 @@
 #include "threads.h"
 #include "mtime.h"
 #include "tests.h"
-#include "modules.h"
 
 #include "stream_control.h"
 #include "input_ext-intf.h"
@@ -62,6 +61,9 @@
 
 #include "main.h"
 
+#include "modules.h"
+#include "modules_export.h"
+
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/