[libc] use stddef instead of string header
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 20:09:50 +0000 (20:09 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 20:12:55 +0000 (20:12 +0000)
libc/src/string/bzero.h

index a16e1d0..064800b 100644 (file)
@@ -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 {