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

14 lines
287 B
Plaintext

$OpenBSD: patch-idl_yacc_yy,v 1.1 2004/09/26 12:11:00 espie Exp $
--- idl/yacc.yy.orig Sun Sep 2 20:23:25 2001
+++ idl/yacc.yy Sun Aug 15 19:38:17 2004
@@ -24,7 +24,8 @@
#include <CORBA.h>
-#include <iostream.h>
+#include <iostream>
+
#ifdef _WINDOWS
#include <malloc.h>
#endif