Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dirname.c')
-rw-r--r--coreutils/dirname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dirname.c b/coreutils/dirname.c
index e63fef30b..23f46be40 100644
--- a/coreutils/dirname.c
+++ b/coreutils/dirname.c
@@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
extern int dirname_main(int argc, char **argv)