diff options
| author | Tom Rini <[email protected]> | 2020-01-03 09:47:22 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-03 09:47:22 -0500 |
| commit | 70bd39d72a11544a28adfa4af2e1a8fdce6775ba (patch) | |
| tree | 239ac52926655007b8932829c4c1ae54efed628c /include/u-boot | |
| parent | 4b75aa5aa78768fc81b782ee51d960dfed76f6e1 (diff) | |
| parent | 40109f4d7ed114cd473e5528b7b0a9a04be9207e (diff) | |
Merge branch '2020-01-03-master-imports'
- Fixes for host tools with musl C library
- Two fixes for TI K3 platforms
Diffstat (limited to 'include/u-boot')
| -rw-r--r-- | include/u-boot/crc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/u-boot/crc.h b/include/u-boot/crc.h index 1086d2168ce..bfd477f31d2 100644 --- a/include/u-boot/crc.h +++ b/include/u-boot/crc.h @@ -8,6 +8,8 @@ #ifndef _UBOOT_CRC_H #define _UBOOT_CRC_H +#include <compiler.h> /* 'uint*' definitions */ + /** * crc8() - Calculate and return CRC-8 of the data * |
