summaryrefslogtreecommitdiff
path: root/apps/sound_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.h')
-rw-r--r--apps/sound_menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/sound_menu.h b/apps/sound_menu.h
index db40c120aa..27e9c5efa3 100644
--- a/apps/sound_menu.h
+++ b/apps/sound_menu.h
@@ -19,6 +19,8 @@
19#ifndef _SOUND_MENU_H 19#ifndef _SOUND_MENU_H
20#define _SOUND_MENU_H 20#define _SOUND_MENU_H
21 21
22void sound_menu(void); 22#include "menu.h"
23
24Menu sound_menu(void);
23 25
24#endif 26#endif