From 32506112b43148bfed763c0f96399d995aa07203 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Mar 2011 15:34:26 +0100 Subject: basename.c: define it correctly, use the proper header for each version Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/string/basename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/basename.c') diff --git a/libc/string/basename.c b/libc/string/basename.c index 58c45be18..abc9d89db 100644 --- a/libc/string/basename.c +++ b/libc/string/basename.c @@ -5,7 +5,7 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include "_string.h" +#include #ifdef __USE_GNU -- cgit v1.2.3