mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-13 03:28:46 +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_
|
#define _TYPES_H_
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* Types */
|
/* Types */
|
||||||
typedef signed char s8;
|
typedef signed char s8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue