summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index c899912e22..a7c8bef6c0 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -79,6 +79,7 @@
79 79
80#if (CONFIG_CODEC == SWCODEC) 80#if (CONFIG_CODEC == SWCODEC)
81#include "playback.h" 81#include "playback.h"
82#include "tdspeed.h"
82#endif 83#endif
83#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR) 84#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR)
84#include "pcm_record.h" 85#include "pcm_record.h"