diff options
Diffstat (limited to 'math/chaco/files/patch-util+seconds.c')
-rw-r--r-- | math/chaco/files/patch-util+seconds.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/chaco/files/patch-util+seconds.c b/math/chaco/files/patch-util+seconds.c new file mode 100644 index 000000000000..965e1fe1324e --- /dev/null +++ b/math/chaco/files/patch-util+seconds.c @@ -0,0 +1,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> + |