Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 09:06:14 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330484 - stable/11/usr.bin/calendar
Message-ID:  <201803050906.w2596E3h038513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar  5 09:06:14 2018
New Revision: 330484
URL: https://svnweb.freebsd.org/changeset/base/330484

Log:
  MFC r327117:
  
  calendar: add missing header file
  
  time.h is required for strftime and struct tm

Modified:
  stable/11/usr.bin/calendar/io.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/calendar/io.c
==============================================================================
--- stable/11/usr.bin/calendar/io.c	Mon Mar  5 09:05:37 2018	(r330483)
+++ stable/11/usr.bin/calendar/io.c	Mon Mar  5 09:06:14 2018	(r330484)
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
 #include <stdlib.h>
 #include <string.h>
 #include <stringlist.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "pathnames.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050906.w2596E3h038513>