mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c61b6dcfeb
PR: ports/111540 Submitted by: thierry (based on his patch)
11 lines
302 B
C++
11 lines
302 B
C++
--- classes/include/Signal.hh.orig Fri Jun 15 18:25:43 2007
|
|
+++ classes/include/Signal.hh Fri Jun 15 18:29:48 2007
|
|
@@ -47,6 +47,7 @@
|
|
#include <signal.h>
|
|
}
|
|
|
|
+using namespace std;
|
|
typedef struct sigaction sigactStruct;
|
|
|
|
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|