diff options
Diffstat (limited to 'libc/test/UnitTest/ScanfMatcher.cpp')
| -rw-r--r-- | libc/test/UnitTest/ScanfMatcher.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/UnitTest/ScanfMatcher.cpp b/libc/test/UnitTest/ScanfMatcher.cpp index 91cb73fb332e..3e9f2a5f941a 100644 --- a/libc/test/UnitTest/ScanfMatcher.cpp +++ b/libc/test/UnitTest/ScanfMatcher.cpp @@ -9,6 +9,7 @@ #include "ScanfMatcher.h" #include "src/__support/FPUtil/FPBits.h" +#include "src/__support/macros/config.h" #include "src/stdio/scanf_core/core_structs.h" #include "test/UnitTest/StringUtils.h" @@ -16,7 +17,7 @@ #include <stdint.h> -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { namespace testing { using scanf_core::FormatFlags; @@ -99,4 +100,4 @@ void FormatSectionMatcher::explainError() { } } // namespace testing -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
