Chromium Code Reviews| Index: vboot_firmware/lib/cryptolib/include/sha.h |
| diff --git a/vboot_firmware/lib/cryptolib/include/sha.h b/vboot_firmware/lib/cryptolib/include/sha.h |
| index 168689422aa8d39db2479af0da708b838459cbbc..46e417d9df77acc624023142756fff9a83f1f169 100644 |
| --- a/vboot_firmware/lib/cryptolib/include/sha.h |
| +++ b/vboot_firmware/lib/cryptolib/include/sha.h |
| @@ -12,7 +12,7 @@ |
| #error "Do not include this file directly. Use cryptolib.h instead." |
| #endif |
| -#include <stdint.h> |
| +#include "sysincludes.h" |
| #define SHA1_DIGEST_SIZE 20 |
| #define SHA1_BLOCK_SIZE 64 |