mirror of https://github.com/mpv-player/mpv
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:
parent
d5f21cd6cb
commit
55e29f6103
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue