diff options
Diffstat (limited to 'libc/test/IntegrationTest')
-rw-r--r-- | libc/test/IntegrationTest/CMakeLists.txt | 1 | ||||
-rw-r--r-- | libc/test/IntegrationTest/test.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libc/test/IntegrationTest/CMakeLists.txt b/libc/test/IntegrationTest/CMakeLists.txt index 4a99940..3afe354 100644 --- a/libc/test/IntegrationTest/CMakeLists.txt +++ b/libc/test/IntegrationTest/CMakeLists.txt @@ -11,6 +11,7 @@ add_object_library( HDRS test.h DEPENDS + libc.hdr.stdint_proxy libc.src.__support.OSUtil.osutil ${arch_specific_deps} ) diff --git a/libc/test/IntegrationTest/test.cpp b/libc/test/IntegrationTest/test.cpp index 871bdf0..8baf746 100644 --- a/libc/test/IntegrationTest/test.cpp +++ b/libc/test/IntegrationTest/test.cpp @@ -6,10 +6,10 @@ // //===----------------------------------------------------------------------===// +#include "hdr/stdint_proxy.h" #include "src/__support/common.h" #include "src/__support/macros/config.h" #include <stddef.h> -#include <stdint.h> #ifdef LIBC_TARGET_ARCH_IS_AARCH64 #include "src/sys/auxv/getauxval.h" |