summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/menu.h3
-rw-r--r--libmenu/menu_list.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/libmenu/menu.h b/libmenu/menu.h
index 62f137fb96..2d62a5be89 100644
--- a/libmenu/menu.h
+++ b/libmenu/menu.h
@@ -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;
diff --git a/libmenu/menu_list.h b/libmenu/menu_list.h
index c1972fff11..af5a9747da 100644
--- a/libmenu/menu_list.h
+++ b/libmenu/menu_list.h
@@ -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;