diff options
Diffstat (limited to 'libc/config/uefi/app.h')
-rw-r--r-- | libc/config/uefi/app.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/config/uefi/app.h b/libc/config/uefi/app.h index 0374a47..1f181ed 100644 --- a/libc/config/uefi/app.h +++ b/libc/config/uefi/app.h @@ -9,13 +9,12 @@ #ifndef LLVM_LIBC_CONFIG_UEFI_APP_H #define LLVM_LIBC_CONFIG_UEFI_APP_H +#include "hdr/stdint_proxy.h" #include "include/llvm-libc-types/EFI_HANDLE.h" #include "include/llvm-libc-types/EFI_SYSTEM_TABLE.h" #include "src/__support/macros/config.h" #include "src/__support/macros/properties/architectures.h" -#include <stdint.h> - namespace LIBC_NAMESPACE_DECL { // Data structure which captures properties of a UEFI application. |