openbsd-ports/devel/mico/patches/patch-orb_fixed_cc
espie 379f54390a make it build with gcc3.
Mostly work from Aleksander Piotrowski
2004-09-26 12:11:00 +00:00

13 lines
328 B
Plaintext

$OpenBSD: patch-orb_fixed_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
--- orb/fixed.cc.orig Sun Sep 2 20:21:55 2001
+++ orb/fixed.cc Sun Aug 15 19:40:17 2004
@@ -22,7 +22,7 @@
#include <CORBA-SMALL.h>
#include <mico/template_impl.h>
-#include <iostream.h>
+#include <iostream>
#include <ctype.h>
#include <mico/os-math.h>