summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/menu_list.h')
-rw-r--r--libmenu/menu_list.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmenu/menu_list.h b/libmenu/menu_list.h
index 4540eb999b..c1972fff11 100644
--- a/libmenu/menu_list.h
+++ b/libmenu/menu_list.h
@@ -1,5 +1,5 @@
-#ifndef MENU_LIST_H
-#define MENU_LIST_H
+#ifndef MPLAYER_MENU_LIST_H
+#define MPLAYER_MENU_LIST_H
typedef struct list_entry_s list_entry_t;
@@ -83,4 +83,4 @@ extern const menu_list_priv_t menu_list_priv_dflt;
{ "ptr-bg-alpha", M_ST_OFF(menu_list_priv_t,ptr_bg_alpha), \
CONF_TYPE_INT, M_OPT_RANGE, 0, 255, NULL } \
-#endif /* MENU_LIST_H */
+#endif /* MPLAYER_MENU_LIST_H */