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

15 lines
375 B
Plaintext

$OpenBSD: patch-include_mico_util_h,v 1.1 2004/09/26 12:11:00 espie Exp $
--- include/mico/util.h.orig Sun Sep 2 20:20:14 2001
+++ include/mico/util.h Sun Aug 15 19:38:48 2004
@@ -25,9 +25,8 @@
#define __mico_util_h__
#include <ctype.h>
-#include <iostream.h>
-#include <fstream.h>
#include <CORBA.h>
+#include <iostream>
#include <mico/os-misc.h>
namespace MICO {