1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-mgmt/cflowd/files/patch-classes_include_Signal.hh
Pav Lucistnik c61b6dcfeb - Fix build with gcc34
PR:		ports/111540
Submitted by:	thierry (based on his patch)
2007-06-15 17:06:41 +00:00

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;
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++