379f54390a
Mostly work from Aleksander Piotrowski
14 lines
287 B
Plaintext
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
|