Module Name: src
Committed By: christos
Date: Fri Oct 5 01:27:29 UTC 2012
Modified Files:
src/usr.sbin/mtree: specspec.c
Log Message:
NetBSD needs <time.h>
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mtree/specspec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mtree/specspec.c
diff -u src/usr.sbin/mtree/specspec.c:1.1 src/usr.sbin/mtree/specspec.c:1.2
--- src/usr.sbin/mtree/specspec.c:1.1 Thu Oct 4 21:26:56 2012
+++ src/usr.sbin/mtree/specspec.c Thu Oct 4 21:27:29 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: specspec.c,v 1.1 2012/10/05 01:26:56 christos Exp $ */
+/* $NetBSD: specspec.c,v 1.2 2012/10/05 01:27:29 christos Exp $ */
/*-
* Copyright (c) 2003 Poul-Henning Kamp
@@ -31,11 +31,12 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: specspec.c,v 1.1 2012/10/05 01:26:56 christos Exp $");
+__RCSID("$NetBSD: specspec.c,v 1.2 2012/10/05 01:27:29 christos Exp $");
#include <err.h>
#include <grp.h>
#include <pwd.h>
+#include <time.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>