bindesc.h: Include missing device.h
bindesc.h did not explicitly include device.h. For some build scenarios this caused compilation warnings, failing the CI. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
This commit is contained in:
parent
1f0a15fa08
commit
8b2cdd4577
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ extern "C" {
|
|||
#if !defined(_LINKER) || defined(__DOXYGEN__)
|
||||
|
||||
#include <zephyr/sys/byteorder.h>
|
||||
#include <zephyr/device.h>
|
||||
|
||||
/**
|
||||
* @cond INTERNAL_HIDDEN
|
||||
|
|
|
|||
Loading…
Reference in a new issue