summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index fa2f3660b6..bb609346a3 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -19,9 +19,12 @@
19 19
20#ifndef _GUI_OPTION_SELECT_H_ 20#ifndef _GUI_OPTION_SELECT_H_
21#define _GUI_OPTION_SELECT_H_ 21#define _GUI_OPTION_SELECT_H_
22#include "config.h"
23#include "screen_access.h"
22#include "settings.h" 24#include "settings.h"
23 25
24bool option_screen(struct settings_list *setting, 26bool option_screen(struct settings_list *setting,
27 struct viewport parent[NB_SCREENS],
25 bool use_temp_var, unsigned char* option_title); 28 bool use_temp_var, unsigned char* option_title);
26 29
27struct option_select 30struct option_select