summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-bb
blob: a577612df429b1d85c3d6d1eb450183c0cabe6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-bb,v 1.1 2005/03/06 11:40:21 spz Exp $

--- src/Core/util/rusage.hh.orig	2004-07-30 12:58:10.000000000 +0200
+++ src/Core/util/rusage.hh
@@ -56,7 +56,11 @@
 #define RUSAGE_H
 
 #include "config.h"
+#if (__GNUC__ > 2)
 #include <ostream>
+#else
+#include <ostream.h>
+#endif
 
 class Rusage {
 private: