summaryrefslogtreecommitdiff
path: root/libc/src/string/memory_utils/inline_memmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/string/memory_utils/inline_memmem.h')
-rw-r--r--libc/src/string/memory_utils/inline_memmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/string/memory_utils/inline_memmem.h b/libc/src/string/memory_utils/inline_memmem.h
index 15e3d633985d..1e9649c6e65e 100644
--- a/libc/src/string/memory_utils/inline_memmem.h
+++ b/libc/src/string/memory_utils/inline_memmem.h
@@ -9,8 +9,8 @@
#ifndef LLVM_LIBC_SRC_STRING_MEMORY_UTILS_INLINE_MEMMEM_H
#define LLVM_LIBC_SRC_STRING_MEMORY_UTILS_INLINE_MEMMEM_H
-#include "src/__support/macros/attributes.h"
-#include "src/__support/macros/config.h"
+#include "src/__support/macros/attributes.h" // LIBC_INLINE
+#include "src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
#include <stddef.h>