Pull in <time.h> for time()
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 09:10:11 +0000 (09:10 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 09:10:11 +0000 (09:10 +0000)
ok deraadt@

usr.bin/systat/cache.c

index e20c802..6e9d739 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cache.c,v 1.6 2016/01/16 03:30:26 canacar Exp $ */
+/* $Id: cache.c,v 1.7 2016/08/26 09:10:11 guenther 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>