]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_callbacks.c
* Coding style fixes here and there.
[vlc] / plugins / gtk / gtk_callbacks.c
index 4acfd9f9c42714102c413102c59d44c856f122e2..e32e8340a2e82e47734eae59cb896ca767585df7 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_callbacks.c : Callbacks for the Gtk+ plugin.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: gtk_callbacks.c,v 1.14 2001/04/11 04:31:59 sam Exp $
+ * $Id: gtk_callbacks.c,v 1.15 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -29,7 +29,7 @@
  * Preamble
  *****************************************************************************/
 #include "defs.h"
-
+#include <sys/types.h>                                              /* off_t */                           
 #include <stdlib.h>
 
 #include <gtk/gtk.h>
@@ -58,7 +58,7 @@
 
 /*****************************************************************************
  * Callbacks
- ******************************************************************************/
+ *****************************************************************************/
 void
 on_menubar_open_activate               (GtkMenuItem     *menuitem,
                                         gpointer         user_data)