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

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