artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099bc36
)
Pull in <time.h> for time()
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 09:10:11 +0000
(09:10 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 09:10:11 +0000
(09:10 +0000)
ok deraadt@
usr.bin/systat/cache.c
patch
|
blob
|
history
diff --git
a/usr.bin/systat/cache.c
b/usr.bin/systat/cache.c
index
e20c802
..
6e9d739
100644
(file)
--- a/
usr.bin/systat/cache.c
+++ b/
usr.bin/systat/cache.c
@@
-1,4
+1,4
@@
-/* $Id: cache.c,v 1.
6 2016/01/16 03:30:26 canaca
r Exp $ */
+/* $Id: cache.c,v 1.
7 2016/08/26 09:10:11 guenthe
r Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org>
*
@@
-32,6
+32,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include <assert.h>