From 428d8b216549fa41147fd3540c3567e4947b07bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 May 2011 20:09:42 +0200 Subject: remove sysdep.h from arch specific string implementation Remove hardcoded path from xtensa, we have sysdep.h in path Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/string/mips/memset.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/string/mips/memset.S') diff --git a/libc/string/mips/memset.S b/libc/string/mips/memset.S index ff0554ff9..7d4d362b8 100644 --- a/libc/string/mips/memset.S +++ b/libc/string/mips/memset.S @@ -18,9 +18,8 @@ 02111-1307 USA. */ #include -/*#include */ +#include #include -#include "sysdep.h" /* void *memset(void *s, int c, size_t n). */ -- cgit v1.2.3