mirror of https://github.com/thesofproject/sof.git
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:
parent
d9f6d07186
commit
be2c2fc000
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue