diff options
Diffstat (limited to 'libc/fuzzing/__support/hashtable_fuzz.cpp')
| -rw-r--r-- | libc/fuzzing/__support/hashtable_fuzz.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/fuzzing/__support/hashtable_fuzz.cpp b/libc/fuzzing/__support/hashtable_fuzz.cpp index 07f105771411..7d61e106c9c4 100644 --- a/libc/fuzzing/__support/hashtable_fuzz.cpp +++ b/libc/fuzzing/__support/hashtable_fuzz.cpp @@ -12,8 +12,9 @@ #include "include/llvm-libc-types/ENTRY.h" #include "src/__support/CPP/string_view.h" #include "src/__support/HashTable/table.h" +#include "src/__support/macros/config.h" -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { // A fuzzing payload starts with // - uint16_t: initial capacity for table A @@ -179,4 +180,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { return 0; } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
