diff options
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 |