From 129e7d9d3c7ec29d267246307ae8198e210fb70e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 9 Jun 2003 20:21:37 +0000 Subject: Need to include time.h to get ctime() proto. --- usr.bin/newsyslog/newsyslog.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/newsyslog') diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c index e1d418b0c35..a0e63ddc3e9 100644 --- a/usr.bin/newsyslog/newsyslog.c +++ b/usr.bin/newsyslog/newsyslog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newsyslog.c,v 1.67 2003/06/03 21:09:02 deraadt Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.68 2003/06/09 20:21:36 millert Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller @@ -68,7 +68,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.67 2003/06/03 21:09:02 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.68 2003/06/09 20:21:36 millert Exp $"; #endif /* not lint */ #ifndef CONF @@ -106,6 +106,7 @@ static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.67 2003/06/03 21:09:02 de #include #include #include +#include #include #define CE_ROTATED 0x01 /* Log file has been rotated */ -- cgit v1.2.3