From 3c296723c19fe6451c6d83f3879fdeba4a253df8 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Mon, 21 Mar 2011 15:55:51 +0100
Subject: [PATCH 150/396] dirname.c: include only what is needed

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/string/dirname.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libc/string/dirname.c b/libc/string/dirname.c
index 6265e56..c7f4dec 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 <stddef.h>
 #include <libgen.h>
 
 char *dirname(char *path)
-- 
1.7.0.4

