| commit | a6e530f00d31a8494a0422799b2b9a692a9c0eb9 | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Sieka <tur@semihalf.com> | Fri Feb 29 16:00:23 2008 +0100 |
| committer | Marian Balakowicz <m8@semihalf.com> | Fri Feb 29 16:00:23 2008 +0100 |
| tree | c9cb445ab06450b5802e8870374e6037431edec8 | |
| parent | df6f1b895c997978f03afe04502ee76b7ba34ab9 [diff] [blame] |
[new uImage] Add sha1.o object to mkimage binary build Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
diff --git a/tools/mkimage.h b/tools/mkimage.h index 8b05bb1..a01977e 100644 --- a/tools/mkimage.h +++ b/tools/mkimage.h
@@ -32,6 +32,7 @@ #include <sys/stat.h> #include <time.h> #include <unistd.h> +#include <sha1.h> #if defined(__BEOS__) || defined(__NetBSD__) || defined(__APPLE__) #include <inttypes.h>