Skip to content

Commit 3d048d9

Browse files
committed
Fix includes
1 parent dd0e9d2 commit 3d048d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/test/src/stdio/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ add_libc_test(
188188
libc.src.stdio.fprintf
189189
libc.test.UnitTest.ErrnoCheckingTest
190190
libc.test.UnitTest.ErrnoSetterMatcher
191+
libc.src.__support.macros.properties.architectures
191192
${fprintf_test_deps}
192193
COMPILE_OPTIONS
193194
${use_system_file}

libc/test/src/stdio/fprintf_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "src/stdio/fprintf.h"
1717

1818
#include "src/__support/CPP/limits.h"
19+
#include "src/__support/macros/properties/architectures.h"
1920
#include "test/UnitTest/ErrnoCheckingTest.h"
2021
#include "test/UnitTest/ErrnoSetterMatcher.h"
2122
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)