diff options
Diffstat (limited to 'libbb/sha1.c')
-rw-r--r-- | libbb/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/sha1.c b/libbb/sha1.c index 128d4b9..4b28266 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c @@ -45,7 +45,7 @@ #include <string.h> #include <unistd.h> -#include "busybox.h" +#include "libbb.h" # define SHA1_BLOCK_SIZE 64 # define SHA1_DIGEST_SIZE 20 |