summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 14:55:43 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-29 14:55:43 +0000
commit62116332737de598c639b08e79411928d42ff452 (patch)
tree7ad03820c39690c29158e82c10798505c001d208 /crypto/md4
parent3a4cf918bf0d7b45af9404137aa60b431c5154d7 (diff)
#include <stddef.h> in digest headers [from HEAD].
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h
index b080cbdc21..5598c93a4f 100644
--- a/crypto/md4/md4.h
+++ b/crypto/md4/md4.h
@@ -60,6 +60,7 @@
#define HEADER_MD4_H
#include <openssl/e_os2.h>
+#include <stddef.h>
#ifdef __cplusplus
extern "C" {