mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
11 lines
264 B
C++
11 lines
264 B
C++
--- kaptain/process.cpp.orig Wed Aug 14 12:17:25 2002
|
|
+++ kaptain/process.cpp Fri Dec 20 16:14:31 2002
|
|
@@ -8,6 +8,7 @@
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
+using namespace std;
|
|
|
|
void clean_up_child_process(int s)
|
|
{
|