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

13 lines
338 B
Plaintext

$OpenBSD: patch-idl_params_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
--- idl/params.cc.orig Sun Sep 2 20:23:07 2001
+++ idl/params.cc Sun Aug 15 19:37:29 2004
@@ -23,7 +23,7 @@
#include <CORBA.h>
#include <stdio.h>
-#include <iostream.h>
+#include <iostream>
#include <unistd.h>
#include <mico/ir_creator.h>
#include <mico/util.h>