diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-21 15:34:26 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:30 +0200 |
commit | 32506112b43148bfed763c0f96399d995aa07203 (patch) | |
tree | 9c604e65690398e669316fe9e9aec7a8944150f9 /libc/string/basename.c | |
parent | 7431f726e2865028c98abc9ea765069fcfe4bc63 (diff) |
basename.c: define it correctly, use the proper header for each version
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/string/basename.c')
-rw-r--r-- | libc/string/basename.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> #ifdef __USE_GNU |