blob: c41d52b6061299b13339493c7f90bb5164798159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ac,v 1.2 2001/04/04 16:27:55 skrll Exp $
--- libg++/src/timer.c.orig Sat Jun 24 17:45:41 1995
+++ libg++/src/timer.c
@@ -29,10 +29,10 @@
#if 1
-#include <_G_config.h>
+#include <g++/_G_config.h>
#include <sys/types.h>
-#if _G_HAVE_SYS_RESOURCE
#include <sys/time.h>
+#if _G_HAVE_SYS_RESOURCE
#include <sys/resource.h>
#endif
#if !_G_HAVE_SYS_RESOURCE || !defined(RUSAGE_SELF)
|