From e77f5367a89c29dfe6ea807a6983fd16e6d9d72b Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 16 Sep 2018 12:43:40 +0000 Subject: [PATCH] Add missing includes for setpassent() and setgroupent(). --- usr.sbin/mtree/mtree.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index b0344412f6b..3b7e1c0713d 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mtree.c,v 1.25 2018/09/16 02:41:16 millert Exp $ */ +/* $OpenBSD: mtree.c,v 1.26 2018/09/16 12:43:40 millert Exp $ */ /* $NetBSD: mtree.c,v 1.7 1996/09/05 23:29:22 thorpej Exp $ */ /*- @@ -37,6 +37,8 @@ #include #include #include +#include +#include #include "mtree.h" #include "extern.h" -- 2.20.1