calendar: add missing header file

time.h is required for strftime and struct tm

Reviewed by:	edje
This commit is contained in:
Eitan Adler 2017-12-23 21:04:32 +00:00
parent 4f8efc2274
commit a92970d8ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327117

View File

@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
#include <stringlist.h>
#include <time.h>
#include <unistd.h>
#include "pathnames.h"