diff options
| author | Bartlomiej Sieka <[email protected]> | 2008-04-25 12:10:09 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-04-25 13:10:29 +0200 |
| commit | 1de6b28be5d107ae90ad7a8a43653c49966e8afe (patch) | |
| tree | 75f16e41bf880b34b4b116f6afbd8921b8fc2e89 /lib_generic | |
| parent | d00ce09040d3100e2c7998ef56db62c2d20d9ee3 (diff) | |
Use watchdog-aware functions when calculating hashes of images
Signed-off-by: Bartlomiej Sieka <[email protected]>
Diffstat (limited to 'lib_generic')
| -rw-r--r-- | lib_generic/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c index 73070de400a..57c6d66d396 100644 --- a/lib_generic/crc32.c +++ b/lib_generic/crc32.c @@ -13,8 +13,8 @@ #else #include <stdint.h> #endif -#include <watchdog.h> +#include <watchdog.h> #include "zlib.h" #define local static |
