summaryrefslogtreecommitdiff
path: root/include/u-boot/crc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-03 09:47:22 -0500
committerTom Rini <trini@konsulko.com>2020-01-03 09:47:22 -0500
commit70bd39d72a11544a28adfa4af2e1a8fdce6775ba (patch)
tree239ac52926655007b8932829c4c1ae54efed628c /include/u-boot/crc.h
parent4b75aa5aa78768fc81b782ee51d960dfed76f6e1 (diff)
parent40109f4d7ed114cd473e5528b7b0a9a04be9207e (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/crc.h')
-rw-r--r--include/u-boot/crc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/u-boot/crc.h b/include/u-boot/crc.h
index 1086d2168c..bfd477f31d 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
*