diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-06-25 21:00:11 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-06-25 21:00:11 +0000 |
| commit | cab31e0e216c7defefd4aba14693ba2252ea7308 (patch) | |
| tree | a77465bc0d33aed853faa0139c29ca1516bfee10 | |
| parent | 0bcd49c13ada1461bcea85e0466811ddcb290b5e (diff) | |
| -rw-r--r-- | sbin/md5/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index d4245d2aad4b..43a76227a9d2 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -21,6 +21,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> +#include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> #include <err.h> |
