From 27e74c8fff358c113b1afdd3abfc58dca902180c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 11 May 2023 06:23:56 +0000 Subject: [PATCH] md5: Add missing . 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 #include +#include #include #include #include