Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2023 06:24:09 GMT
From:      =?utf-8?Q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 27e74c8fff35 - main - md5: Add missing <errno.h>.
Message-ID:  <202305110624.34B6O9nm067292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=27e74c8fff358c113b1afdd3abfc58dca902180c

commit 27e74c8fff358c113b1afdd3abfc58dca902180c
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-05-11 06:23:56 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-05-11 06:24:02 +0000

    md5: Add missing <errno.h>.
    
    Sponsored by:   Klara, Inc.
    Reviewed by:    yuripv
    Differential Revision:  https://reviews.freebsd.org/D40051
---
 sbin/md5/md5.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 202cc830d4ed..459d364f8ca7 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305110624.34B6O9nm067292>