aboutsummaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/ExecuteFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/UnitTest/ExecuteFunction.h')
-rw-r--r--libc/test/UnitTest/ExecuteFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/UnitTest/ExecuteFunction.h b/libc/test/UnitTest/ExecuteFunction.h
index 93ab6e9..5844fd5 100644
--- a/libc/test/UnitTest/ExecuteFunction.h
+++ b/libc/test/UnitTest/ExecuteFunction.h
@@ -9,9 +9,9 @@
#ifndef LLVM_LIBC_TEST_UNITTEST_EXECUTEFUNCTION_H
#define LLVM_LIBC_TEST_UNITTEST_EXECUTEFUNCTION_H
+#include "hdr/stdint_proxy.h"
#include "src/__support/CPP/limits.h"
#include "src/__support/macros/config.h"
-#include <stdint.h>
namespace LIBC_NAMESPACE_DECL {
namespace testutils {