comparison libmenu/menu_list.h @ 26139:4ebf3c3f2bf6

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 08:24:59 +0000
parents 4129c8cfa742
children f8b6c7045cf8
comparison
equal deleted inserted replaced
26138:74055622161d 26139:4ebf3c3f2bf6
1 #ifndef MPLAYER_MENU_LIST_H 1 #ifndef MPLAYER_MENU_LIST_H
2 #define MPLAYER_MENU_LIST_H 2 #define MPLAYER_MENU_LIST_H
3
4 #include "menu.h"
3 5
4 typedef struct list_entry_s list_entry_t; 6 typedef struct list_entry_s list_entry_t;
5 7
6 8
7 #ifdef IMPL 9 #ifdef IMPL