Add missing header #includes to fix 'make checkheaders'.
author |
diego |
date |
Wed, 05 Mar 2008 08:24:59 +0000 |
parents |
74055622161d |
children |
855d907d45fd |
files |
libmenu/menu.h libmenu/menu_list.h |
diffstat |
2 files changed, 5 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/libmenu/menu.h Wed Mar 05 08:24:09 2008 +0000
+++ b/libmenu/menu.h Wed Mar 05 08:24:59 2008 +0000
@@ -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;
--- a/libmenu/menu_list.h Wed Mar 05 08:24:09 2008 +0000
+++ b/libmenu/menu_list.h Wed Mar 05 08:24:59 2008 +0000
@@ -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;