summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index d4f14079b1..6e1aa3eaec 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -81,6 +81,7 @@ struct system_status global_status;
81#if CONFIG_CODEC == SWCODEC 81#if CONFIG_CODEC == SWCODEC
82#include "pcmbuf.h" 82#include "pcmbuf.h"
83#include "dsp.h" 83#include "dsp.h"
84#include "playback.h"
84#ifdef HAVE_RECORDING 85#ifdef HAVE_RECORDING
85#include "enc_config.h" 86#include "enc_config.h"
86#endif 87#endif