Add missing header #includes to fix 'make checkheaders'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-05 08:24:59 +00:00
parent d5f21cd6cb
commit 55e29f6103
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#ifndef MPLAYER_MENU_H
#define MPLAYER_MENU_H
#include "m_struct.h"
#include "libmpcodecs/mp_image.h"
struct menu_priv_s;
typedef struct menu_s menu_t;

View File

@ -1,6 +1,8 @@
#ifndef MPLAYER_MENU_LIST_H
#define MPLAYER_MENU_LIST_H
#include "menu.h"
typedef struct list_entry_s list_entry_t;