mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
Add missing include to <md5.h>
The header was not self-contained, it was missing definitions for some types included in <sys/types.h>.
This commit is contained in:
parent
48ac79b188
commit
2c77ad593c
@ -28,6 +28,7 @@ typedef struct MD5Context {
|
|||||||
} MD5_CTX;
|
} MD5_CTX;
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
void MD5Init(MD5_CTX *);
|
void MD5Init(MD5_CTX *);
|
||||||
|
Loading…
Reference in New Issue
Block a user