From 8a3979378b19f0a972bd97df224e8dce52637848 Mon Sep 17 00:00:00 2001 From: aldot 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 git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/sha1.c') diff --git a/libbb/sha1.c b/libbb/sha1.c index 128d4b98f..4b28266af 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c @@ -45,7 +45,7 @@ #include #include -#include "busybox.h" +#include "libbb.h" # define SHA1_BLOCK_SIZE 64 # define SHA1_DIGEST_SIZE 20 -- cgit v1.2.3-55-g6feb