md5: Include <osreldate.h> for __FreeBSD_version.
It is usually provided by <sys/param.h>, but not when bootstrapping.
Fixes: 4849767cb1
MFC after: 1 week
Sponsored by: Klara, Inc.
Reviewed by: yuripv, kevans
Differential Revision: https://reviews.freebsd.org/D40018
This commit is contained in:
@@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
#include <md5.h>
|
||||
#include <osreldate.h>
|
||||
#include <ripemd.h>
|
||||
#include <sha.h>
|
||||
#include <sha224.h>
|
||||
|
||||
Reference in New Issue
Block a user