aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/viewklass/files/patch-VkSubProcess.C
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-VkSubProcess.C')
-rw-r--r--x11-toolkits/viewklass/files/patch-VkSubProcess.C13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-VkSubProcess.C b/x11-toolkits/viewklass/files/patch-VkSubProcess.C
new file mode 100644
index 000000000000..2be8e0e9e2b7
--- /dev/null
+++ b/x11-toolkits/viewklass/files/patch-VkSubProcess.C
@@ -0,0 +1,13 @@
+--- ./VkSubProcess.C.orig Wed Jul 23 02:39:49 2003
++++ ./VkSubProcess.C Wed Jul 23 02:40:21 2003
+@@ -40,6 +40,10 @@
+ #include <signal.h>
+ #include <stdio.h>
+ #include <unistd.h> // for exec*
++#include <iostream>
++
++using std::cerr;
++using std::endl;
+
+ VkSubProcess::VkSubProcess(char *prog,
+ VkNameList *given,