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

15 lines
398 B
Plaintext

$OpenBSD: patch-orb_buffer_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
--- orb/buffer.cc.orig Sun Sep 2 20:21:53 2001
+++ orb/buffer.cc Sun Aug 15 19:39:20 2004
@@ -23,8 +23,8 @@
#include <CORBA-SMALL.h>
#include <stdio.h>
#include <string.h>
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
#include <mico/template_impl.h>
CORBA::Buffer::Buffer (void *b)