diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-13 07:59:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-13 07:59:30 +0000 |
commit | 1ef1a33c8485a1d9c9e1cc638e1f166252d76d1a (patch) | |
tree | b8eb34ca6320e0545bda0479c872f3303ff3e68e /devel/libsigcx | |
parent | 1cc1e7a344cdecd0e5531c227cebca2793a3d2ce (diff) | |
download | FreeBSD-ports-1ef1a33c8485a1d9c9e1cc638e1f166252d76d1a.zip FreeBSD-ports-1ef1a33c8485a1d9c9e1cc638e1f166252d76d1a.tar.gz |
fix build on stable : diff location of select(2) proto
Diffstat (limited to 'devel/libsigcx')
-rw-r--r-- | devel/libsigcx/files/patch-dispatch.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libsigcx/files/patch-dispatch.cc b/devel/libsigcx/files/patch-dispatch.cc new file mode 100644 index 0000000..5ca01c7 --- /dev/null +++ b/devel/libsigcx/files/patch-dispatch.cc @@ -0,0 +1,12 @@ +--- sigcx/dispatch.cc.orig Sun Apr 13 15:52:19 2003 ++++ sigcx/dispatch.cc Sun Apr 13 15:52:26 2003 +@@ -18,6 +18,9 @@ + #include <stdexcept> + + #include <signal.h> ++#include <sys/types.h> ++#include <sys/times.h> ++#include <unistd.h> + + #include "sigcx/dispatch.h" + |