diff options
Diffstat (limited to 'libc/src/string/strlcat.h')
| -rw-r--r-- | libc/src/string/strlcat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/string/strlcat.h b/libc/src/string/strlcat.h index ffe97af62a54..9dc8f3a3bc0d 100644 --- a/libc/src/string/strlcat.h +++ b/libc/src/string/strlcat.h @@ -9,8 +9,8 @@ #ifndef LLVM_LIBC_SRC_STRING_STRLCAT_H #define LLVM_LIBC_SRC_STRING_STRLCAT_H +#include "include/llvm-libc-types/size_t.h" #include "src/__support/macros/config.h" -#include <string.h> namespace LIBC_NAMESPACE_DECL { |
