summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/md5/md5ossl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/digest/md5/md5ossl.c b/ext/digest/md5/md5ossl.c
index 3c9f4ba49f..d930c7ab51 100644
--- a/ext/digest/md5/md5ossl.c
+++ b/ext/digest/md5/md5ossl.c
@@ -2,6 +2,8 @@
#include "md5ossl.h"
#include <sys/types.h>
+#include <stdio.h>
+#include <string.h>
void
MD5_End(MD5_CTX *pctx, unsigned char *hexdigest)