Add <time.h> for ctime(), which we accidentally picked up through

<sys/time.h>.

Submitted by:	Garrett Cooper <yanegomi@gmail.com>
MFC after:	3 days
This commit is contained in:
Dag-Erling Smørgrav 2010-11-22 14:45:16 +00:00
parent 7f08176ee8
commit beb8ef4a7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215680

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <stdio.h>
#include <syslog.h>
#include <time.h>
#include <unistd.h>
#include <libutil.h>