Skip to content

Commit 733c95a

Browse files
lyakhlgirdwood
authored andcommitted
module: add a missing header
The private part of struct struct processing_module contains a list head, add the respective header. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 1bda34b commit 733c95a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/include/module/module

src/include/module/module/base.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
#include "interface.h"
1717
#include "../ipc4/base-config.h"
1818

19+
#ifdef SOF_MODULE_API_PRIVATE
20+
#include <sof/list.h>
21+
#endif
22+
1923
#define module_get_private_data(mod) ((mod)->priv.private)
2024
#define module_set_private_data(mod, data) ((mod)->priv.private = data)
2125

0 commit comments

Comments
 (0)