blob: 965e1fe1324e8d2a4e87a449ff4de76a0309822d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- util/seconds.c.orig Mon May 1 16:41:39 2006
+++ util/seconds.c Mon May 1 16:42:30 2006
@@ -2,6 +2,7 @@
* at Sandia National Laboratories under US Department of Energy *
* contract DE-AC04-76DP00789 and is copyrighted by Sandia Corporation. */
+#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
|