mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 19:44:58 +00:00
BDK: types: add stdint header
On Fedora 35 - aarch64 using the provided arm compiler toolchain from redhat repository, build fails due to missing `<stdint.h>` header causing missing types such as `uintptr_t`
This commit is contained in:
parent
01b6e645b3
commit
8192100350
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#define _TYPES_H_
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Types */
|
||||
typedef signed char s8;
|
||||
|
|
Loading…
Add table
Reference in a new issue