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

19 lines
373 B
Plaintext

$OpenBSD: patch-idl_parsenode_h,v 1.1 2004/09/26 12:11:00 espie Exp $
--- idl/parsenode.h.orig Sun Sep 2 20:23:03 2001
+++ idl/parsenode.h Sun Aug 15 19:37:47 2004
@@ -27,12 +27,13 @@
#include <assert.h>
#endif
-#include <fstream.h>
#ifdef _WINDOWS
#include <mico/config-win32.h>
#else
#include <mico/config.h>
#endif
+
+#include <fstream>
#include <string>