soc: arm: nuvoton_npcx: add missing include
The reg_def.h was not self-contained: it uses DT API but doesn't include <devicetree.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
483101fe36
commit
864888f2ce
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <devicetree.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <sys/util_macro.h>
|
||||
#include <toolchain.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue