md5: Add missing <errno.h>.

Sponsored by:	Klara, Inc.
Reviewed by:	yuripv
Differential Revision:	https://reviews.freebsd.org/D40051
This commit is contained in:
Dag-Erling Smørgrav 2023-05-11 06:23:56 +00:00
parent 4e9041a786
commit 27e74c8fff

View File

@ -26,6 +26,7 @@ __FBSDID("$FreeBSD$");
#include <sys/time.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <md5.h>