diff --git a/libcxx/include/string.h b/libcxx/include/string.h index 6bdcd6a6eecbd..2ffcb913010b6 100644 --- a/libcxx/include/string.h +++ b/libcxx/include/string.h @@ -64,6 +64,8 @@ size_t strlen(const char* s); # include_next # endif +# include + // MSVCRT, GNU libc and its derivates may already have the correct prototype in // . This macro can be defined by users if their C library provides // the right signature.