summaryrefslogtreecommitdiff
path: root/libbb/dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/dirname.c')
-rw-r--r--libbb/dirname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/dirname.c b/libbb/dirname.c
index 2e89fc17a..cc50f5870 100644
--- a/libbb/dirname.c
+++ b/libbb/dirname.c
@@ -19,6 +19,7 @@
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */ 20 */
21 21
22#include <string.h>
22#include "libbb.h" 23#include "libbb.h"
23 24
24/* Return a string on the heap containing the directory component of PATH. */ 25/* Return a string on the heap containing the directory component of PATH. */