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:
Gerard Marull-Paretas 2022-08-24 13:15:46 +02:00 committed by Carles Cufí
parent 14ae669a8d
commit dfb8e8c49e

View file

@ -9,6 +9,8 @@
#ifndef _ASMLANGUAGE
#include <stdint.h>
/*
* Multiboot (version 1) boot information structure.
*