Fixed some world breakage caused by not updating clients when <timeconv.h>

was split off from <time.h>.  This became fatal here when -Werror was
reenabled.
This commit is contained in:
Bruce Evans 2002-07-08 20:13:07 +00:00
parent 006559a292
commit db774d6099
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99604
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ static const char rcsid[] =
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <timeconv.h>
#include <unistd.h>
#include <utmp.h>

View File

@ -42,6 +42,7 @@ __RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <timeconv.h>
#include <utmp.h>
#include <unistd.h>