aboutsummaryrefslogtreecommitdiff
path: root/devel/kaptain/files/patch-kaptain-communication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kaptain/files/patch-kaptain-communication.cpp')
-rw-r--r--devel/kaptain/files/patch-kaptain-communication.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/kaptain/files/patch-kaptain-communication.cpp b/devel/kaptain/files/patch-kaptain-communication.cpp
new file mode 100644
index 000000000000..5e78e3a89641
--- /dev/null
+++ b/devel/kaptain/files/patch-kaptain-communication.cpp
@@ -0,0 +1,20 @@
+--- kaptain/communication.cpp.orig Wed Aug 14 12:13:13 2002
++++ kaptain/communication.cpp Fri Dec 20 16:14:31 2002
+@@ -8,7 +8,7 @@
+ #include <sys/stat.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+-#include <iostream.h>
++#include <iostream>
+ #include <sstream>
+ #include "global.h"
+ #include "tools.h"
+@@ -16,6 +16,8 @@
+ #include "grammar.h"
+
+ #define NO_MORE_IO "At most one i/o channel is allowed.\n"
++
++using namespace std;
+
+ extern Grammar * yygrammar;
+