Chromium Code Reviews| Index: vboot_firmware/lib/cryptolib/include/rsa.h |
| diff --git a/vboot_firmware/lib/cryptolib/include/rsa.h b/vboot_firmware/lib/cryptolib/include/rsa.h |
| index 4ec5ea97b033ccc50bbafd32926df55e6f70c785..2d3ee95599771e3ba20a56f7bafe00ea07fcc122 100644 |
| --- a/vboot_firmware/lib/cryptolib/include/rsa.h |
| +++ b/vboot_firmware/lib/cryptolib/include/rsa.h |
| @@ -10,7 +10,7 @@ |
| #error "Do not include this file directly. Use cryptolib.h instead." |
| #endif |
| -#include <stdint.h> |
| +#include "sysincludes.h" |
| #define RSA1024NUMBYTES 128 /* 1024 bit key length */ |
| #define RSA2048NUMBYTES 256 /* 2048 bit key length */ |