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:
Dag-Erling Smørgrav
2023-05-09 17:59:19 +00:00
parent f1ceb05a46
commit 90eaf4b2f9
+1
View File
@@ -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>