From e0bcc578760ff78e43f6f5bc29ba40bff042cb1a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Mar 2011 15:55:51 +0100 Subject: dirname.c: include only what is needed Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/string/dirname.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/string/dirname.c') diff --git a/libc/string/dirname.c b/libc/string/dirname.c index 6265e562e..c7f4dec1f 100644 --- a/libc/string/dirname.c +++ b/libc/string/dirname.c @@ -5,7 +5,8 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include "_string.h" +#define __need_NULL +#include #include char *dirname(char *path) -- cgit v1.2.3