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

15 lines
416 B
Plaintext

$OpenBSD: patch-daemon_imr_client_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
--- daemon/imr_client.cc.orig Sun Sep 2 20:31:53 2001
+++ daemon/imr_client.cc Sun Aug 15 19:32:20 2004
@@ -25,8 +25,8 @@
#include <CORBA-SMALL.h>
#include <string.h>
#include <stdlib.h>
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
#include <mico/template_impl.h>
static char *prog_name = 0;