include: arch: x86: multiboot: add missing include
The header makes use of fixed integer typed, but did not include stdint.h Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
14ae669a8d
commit
dfb8e8c49e
|
@ -9,6 +9,8 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
* Multiboot (version 1) boot information structure.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue