From 1ef001e525bd0610dd686fc3576a14a505b95390 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk <roman@tsisyk.com> Date: Fri, 18 Oct 2013 11:32:50 +0400 Subject: [PATCH] Review fixes for #87 --- client/tarantar/sha1.h | 2 ++ include/cpu_feature.h | 1 + 2 files changed, 3 insertions(+) diff --git a/client/tarantar/sha1.h b/client/tarantar/sha1.h index 00638c3972..d44d22b96a 100644 --- a/client/tarantar/sha1.h +++ b/client/tarantar/sha1.h @@ -1,6 +1,8 @@ #ifndef TS_SHA1_H_INCLUDED #define TS_SHA1_H_INCLUDED +#include <stdint.h> + /* ================ sha1.h ================ */ /* SHA-1 in C diff --git a/include/cpu_feature.h b/include/cpu_feature.h index 8f2c6efb51..4c46f86ec3 100644 --- a/include/cpu_feature.h +++ b/include/cpu_feature.h @@ -30,6 +30,7 @@ */ #include <sys/types.h> #include <stdbool.h> +#include <stdint.h> /* Check whether CPU supports SSE 4.2 (needed to compute CRC32 in hardware). * -- GitLab