#include <time.h> for the definition of time functions instead of

depending on namespace pollution 2 layers deep in <sys/stat.h>.

Sorted includes.
This commit is contained in:
Bruce Evans 2002-02-25 12:02:03 +00:00
parent 7e43947c99
commit 3798cf8a70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91241

View File

@ -41,14 +41,15 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <libutil.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <utmp.h>