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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmenu/menu_list.h b/libmenu/menu_list.h
index 22c560ccee..4540eb999b 100644
--- a/libmenu/menu_list.h
+++ b/libmenu/menu_list.h
@@ -1,3 +1,5 @@
+#ifndef MENU_LIST_H
+#define MENU_LIST_H
typedef struct list_entry_s list_entry_t;
@@ -80,5 +82,5 @@ extern const menu_list_priv_t menu_list_priv_dflt;
{ "ptr-bg", M_ST_OFF(menu_list_priv_t,ptr_bg), CONF_TYPE_INT, M_OPT_RANGE, -1, 255, NULL }, \
{ "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 */