freebsd-ports/chinese/chinput3/files/patch-server-TLS_ImmOp
Pav Lucistnik e8bc2ce185 - Fix build with GCC 4.2
PR:		ports/119989
Submitted by:	Yuri <yuri@tsoft.com>
2008-01-26 22:45:15 +00:00

11 lines
309 B
Text

--- src/unicon-im/server/TLS_ImmOp.cpp.orig 2008-01-25 14:10:08.000000000 -0800
+++ src/unicon-im/server/TLS_ImmOp.cpp 2008-01-25 14:20:30.000000000 -0800
@@ -23,7 +23,7 @@
* Author: see CREDITS
*/
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>