commit | c19fda9aa073254c0979301bd57d875608329fa2 | [log] [tgz] |
---|---|---|
author | Guillaume Chatelet <gchatelet@google.com> | Tue Sep 15 20:09:50 2020 +0000 |
committer | Guillaume Chatelet <gchatelet@google.com> | Tue Sep 15 20:12:55 2020 +0000 |
tree | d17a065ed8aee7bb9ba88d7b93004c9ef1fe1a8e | |
parent | 3b7f5166bd11fc6cbf96597d26753e8c3fc0e6ab [diff] |
[libc] use stddef instead of string header
diff --git a/libc/src/string/bzero.h b/libc/src/string/bzero.h index a16e1d0..064800b 100644 --- a/libc/src/string/bzero.h +++ b/libc/src/string/bzero.h
@@ -9,7 +9,7 @@ #ifndef LLVM_LIBC_SRC_STRING_BZERO_H #define LLVM_LIBC_SRC_STRING_BZERO_H -#include "include/string.h" +#include <stddef.h> // size_t namespace __llvm_libc {