From 00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 25 Sep 2000 21:45:58 +0000 Subject: Renamed "internal.h" to the more sensible "busybox.h". -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- du.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'du.c') diff --git a/du.c b/du.c index 5a08abb78..408ad994c 100644 --- a/du.c +++ b/du.c @@ -22,7 +22,7 @@ * */ -#include "internal.h" +#include "busybox.h" #define BB_DECLARE_EXTERN #define bb_need_name_too_long #include "messages.c" @@ -163,7 +163,7 @@ int du_main(int argc, char **argv) return(0); } -/* $Id: du.c,v 1.24 2000/07/17 16:17:19 proski Exp $ */ +/* $Id: du.c,v 1.25 2000/09/25 21:45:57 andersen Exp $ */ /* Local Variables: c-file-style: "linux" -- cgit v1.2.3-55-g6feb