From 5613d8f0d99aeec290a46174c894a1bbd2413697 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 12 Aug 2016 13:32:01 +0100 Subject: [PATCH] Fix Clang build following c/s 9f35dbe0 Clang objects to macros altering the prototypes in string.c, and redefining the __builtin_*() varients. Reduce the include to just . Signed-off-by: Andrew Cooper --- common/libc/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libc/string.c b/common/libc/string.c index 5e139f6..96d0986 100644 --- a/common/libc/string.c +++ b/common/libc/string.c @@ -1,4 +1,4 @@ -#include +#include size_t strlen(const char *str) { -- 2.39.5