summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/sprintf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/stdio/sprintf_test.cpp')
-rw-r--r--libc/test/src/stdio/sprintf_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/test/src/stdio/sprintf_test.cpp b/libc/test/src/stdio/sprintf_test.cpp
index 1ca22f71f0f2..be7c06fa918f 100644
--- a/libc/test/src/stdio/sprintf_test.cpp
+++ b/libc/test/src/stdio/sprintf_test.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+#include "src/__support/macros/config.h"
#include "src/stdio/sprintf.h"
#include "src/__support/FPUtil/FPBits.h"
@@ -16,7 +17,7 @@
// TODO: Add a comment here explaining the printf format string.
// #include <stdio.h>
-// namespace LIBC_NAMESPACE {
+// namespace LIBC_NAMESPACE_DECL {
// using ::sprintf;
// }