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

--- src/normalform/SetOfIPv6Prefix.cc.orig	2004-07-30 12:58:13.000000000 +0200
+++ src/normalform/SetOfIPv6Prefix.cc
@@ -58,7 +58,11 @@
 #include "SetOfIPv6Prefix.hh"
 #include <cstdio>
 #include <cassert>
+#if (__GNUC__ > 2)
 #include <ostream>
+#else
+#include <ostream.h>
+#endif
 
 using namespace std;