From f6b851446c0a9d367c46fee0bff6c607cb2e3dbb Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 8 Jul 2002 20:13:07 +0000 Subject: Fixed some world breakage caused by not updating clients when was split off from . This became fatal here when -Werror was reenabled. --- usr.sbin/ac/ac.c | 1 + usr.sbin/lastlogin/lastlogin.c | 1 + 2 files changed, 2 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index e4dab9d..322865a 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -29,6 +29,7 @@ static const char rcsid[] = #include #include #include +#include #include #include diff --git a/usr.sbin/lastlogin/lastlogin.c b/usr.sbin/lastlogin/lastlogin.c index 77c8994..9f08377 100644 --- a/usr.sbin/lastlogin/lastlogin.c +++ b/usr.sbin/lastlogin/lastlogin.c @@ -42,6 +42,7 @@ __RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $"); #include #include #include +#include #include #include -- cgit v1.1