summaryrefslogtreecommitdiff
path: root/sysutils/busybox-unstable/files/patch-coreutils__rmdir.c
blob: 7009f15328de66fda12851458337b70b19874ebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./coreutils/rmdir.c.orig	2012-07-02 14:08:25.000000000 +0000
+++ ./coreutils/rmdir.c	2012-07-17 02:08:37.000000000 +0000
@@ -27,6 +27,8 @@
 
 #include "libbb.h"
 
+#include <libgen.h>
+
 /* This is a NOFORK applet. Be very careful! */