summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 297afef985..47e585cdbd 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -18,6 +18,7 @@
18 * 18 *
19 ****************************************************************************/ 19 ****************************************************************************/
20#include <stdlib.h> 20#include <stdlib.h>
21#include <string.h>
21#include "config.h" 22#include "config.h"
22#include "option_select.h" 23#include "option_select.h"
23#include "sprintf.h" 24#include "sprintf.h"