summaryrefslogtreecommitdiff
path: root/include/crc8.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crc8.h')
-rw-r--r--include/crc8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crc8.h b/include/crc8.h
index c20314311e..ca1a98eb43 100644
--- a/include/crc8.h
+++ b/include/crc8.h
@@ -7,6 +7,8 @@
#ifndef __CROS_EC_CRC8_H
#define __CROS_EC_CRC8_H
+#include <stdint.h>
+
/**
* crc8
* Return CRC-8 of the data, using x^8 + x^2 + x + 1 polynomial. A table-based