From a77a95584d771c8580017a81865463ff9d2908de Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 22 Dec 2006 16:04:56 +0000 Subject: [PATCH] Make sha.h more "portable" [from HEAD]. --- crypto/sha/sha.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h index a83bd3cace..eed44d7f94 100644 --- a/crypto/sha/sha.h +++ b/crypto/sha/sha.h @@ -60,6 +60,7 @@ #define HEADER_SHA_H #include +#include #ifdef __cplusplus extern "C" {