From d0a3ee609344cfbc050b7a5aa39ad72fd68a939a Mon Sep 17 00:00:00 2001 From: vda Date: Sat, 26 May 2007 19:00:18 +0000 Subject: usage.c: remove reference to busybox.h *: s/include "busybox.h"/include "libbb.h" git-svn-id: svn://busybox.net/trunk/busybox@18696 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/diff.c') diff --git a/coreutils/diff.c b/coreutils/diff.c index 09cacbde6..f6b045b2d 100644 --- a/coreutils/diff.c +++ b/coreutils/diff.c @@ -12,7 +12,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #define FSIZE_MAX 32768 -- cgit v1.2.3-55-g6feb