From 421d9e59416850968707dfec7a665cb0211b8d1c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 3 Apr 2006 16:39:31 +0000 Subject: - move buffer allocation schemes to libbb.h - include the correct headers: applets need busybox.h while lib* need libbb.h --- libbb/copy_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/copy_file.c') diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 35352d27a..3b172ffe4 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c @@ -18,7 +18,7 @@ #include #include -#include "busybox.h" +#include "libbb.h" /* Compiler version-specific crap that should be in a header file somewhere. */ -- cgit v1.2.3