summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-22 16:04:56 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-22 16:04:56 +0000
commita77a95584d771c8580017a81865463ff9d2908de (patch)
tree039cdff9086d1f7ac6d3b24a38c6d739fc556965 /crypto/sha
parent68bb98159f2844f2cef66f2311f9340a9bc4617c (diff)
Make sha.h more "portable" [from HEAD].
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha.h1
1 files changed, 1 insertions, 0 deletions
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 <openssl/e_os2.h>
+#include <stddef.h>
#ifdef __cplusplus
extern "C" {