From db774d6099d00dab5039787f56faa7ad9939c489 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 8 Jul 2002 20:13:07 +0000 Subject: [PATCH] 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(+) diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index e4dab9d2c927..322865adb21f 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 77c89948e3fc..9f083777b817 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