audio: rtnr: add headers for type dependencies

many of these headers don't include what they actually use, correct by
including

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
This commit is contained in:
Curtis Malainey 2023-07-13 17:31:28 -07:00 committed by Kai Vehmanen
parent d9f6d07186
commit be2c2fc000
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#ifndef _RTK_MA_API_H_
#define _RTK_MA_API_H_
#include <sof/audio/rtnr/rtnr.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -9,7 +9,9 @@
#define __SOF_AUDIO_RTNR_RTNR_H__
#include <stdint.h>
#include <stdbool.h>
#include <sof/platform.h>
#include <sof/audio/component.h>
#include <ipc/stream.h>
#include <user/rtnr.h>