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:
Yonatan Schachter 2024-10-14 11:19:11 +03:00 committed by Henrik Brix Andersen
parent 1f0a15fa08
commit 8b2cdd4577

View file

@ -147,6 +147,7 @@ extern "C" {
#if !defined(_LINKER) || defined(__DOXYGEN__)
#include <zephyr/sys/byteorder.h>
#include <zephyr/device.h>
/**
* @cond INTERNAL_HIDDEN