Commit f853698b authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fixed missing headerfile.

parent 64cf2505
......@@ -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>
* Stphane 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment