openbsd-ports/devel/mico/patches/patch-idl_yacc_yy

14 lines
287 B
Plaintext
Raw Normal View History

$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