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

--- src/rpsl/rpsl/schema.cc.orig	2004-07-30 12:58:15.000000000 +0200
+++ src/rpsl/rpsl/schema.cc
@@ -53,7 +53,11 @@
 
 #include "config.h"
 
+#if (__GNUC__ > 2)
 #include <ostream>
+#else
+#include <ostream.h>
+#endif
 #include <cstring>
 #include <cstdio>
 #include "gnu/std.h"