diff options
Diffstat (limited to 'apps/voice_thread.c')
| -rw-r--r-- | apps/voice_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c index 7788f65..3b6fe5b 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -18,8 +18,10 @@ * KIND, either express or implied. * ****************************************************************************/ + #include "config.h" #include "system.h" +#include "kernel.h" #include "core_alloc.h" #include "thread.h" #include "appevents.h" |