include/u-boot/crc.h: pull 'uint' definition on musl targets
[pandora-u-boot.git] / include / u-boot / crc.h
index 1086d21..bfd477f 100644 (file)
@@ -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
  *