From 2c77ad593ca235e95bbc59de3b36fb9d69881529 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 14 Dec 2015 00:37:34 +0100 Subject: [PATCH] Add missing include to The header was not self-contained, it was missing definitions for some types included in . --- include/bsd/md5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bsd/md5.h b/include/bsd/md5.h index 56c3cd6..9a75fad 100644 --- a/include/bsd/md5.h +++ b/include/bsd/md5.h @@ -28,6 +28,7 @@ typedef struct MD5Context { } MD5_CTX; #include +#include __BEGIN_DECLS void MD5Init(MD5_CTX *); -- 2.47.2