blob: 111068ddab4c7053968b39676a2b2fe134db638e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1 2006/01/02 11:20:57 joerg Exp $
--- src/timevar.c.orig 2006-01-02 11:18:19.000000000 +0000
+++ src/timevar.c
@@ -26,6 +26,7 @@ Software Foundation, 59 Temple Place - S
extern void *xmalloc(unsigned);
+#include <sys/time.h>
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>
|