From: Guillem Jover Date: Sun, 13 Dec 2015 23:37:34 +0000 (+0100) Subject: Add missing include to X-Git-Tag: 0.8.1~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c77ad593ca235e95bbc59de3b36fb9d69881529;p=thirdparty%2Flibbsd.git Add missing include to The header was not self-contained, it was missing definitions for some types included in . --- 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 *);