diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-12 09:03:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:37:35 +0000 |
commit | 5817c56d193515d39f402ac95104b10f6de6e41f (patch) | |
tree | 5f15ea89efcbc7514ce7b8b5a2dcd7245ec3c2da /src/include/pc80 | |
parent | 722e610fbc287a44112db3cef8996ebba0343440 (diff) |
src/include: Add missing includes
Change-Id: I746ea7805bae553a146130994d8174aa2e189610
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43368
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/pc80')
-rw-r--r-- | src/include/pc80/i8259.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pc80/i8259.h b/src/include/pc80/i8259.h index c3d0a93b5e..9268cd11fa 100644 --- a/src/include/pc80/i8259.h +++ b/src/include/pc80/i8259.h @@ -3,6 +3,8 @@ #ifndef PC80_I8259_H #define PC80_I8259_H +#include <stdint.h> + /* * IRQ numbers and common usage * If an IRQ does not say it is 'Reserved' |