]> git.sesse.net Git - vlc/commitdiff
Fixed missing headerfile.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 4 Aug 2003 12:34:20 +0000 (12:34 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 4 Aug 2003 12:34:20 +0000 (12:34 +0000)
modules/gui/gtk/menu.c

index c2e5cfe94854222ea67303314a1e83c531bf11a5..3ff6e52dab9d78855a920ae315524e9f7390041d 100644 (file)
@@ -2,7 +2,7 @@
  * menu.c : functions to handle menu items.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: menu.c,v 1.10 2003/05/05 22:23:38 gbazin Exp $
+ * $Id: menu.c,v 1.11 2003/08/04 12:34:20 jpsaman Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 
 #include <vlc/vlc.h>
+#include <vlc/input.h>
 #include <vlc/intf.h>
 #include <vlc/aout.h>
 #include <vlc/vout.h>