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