diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-13 07:59:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-13 07:59:30 +0000 |
commit | 03546d7cdcec7fc258de6cdda5ac018263ad6b64 (patch) | |
tree | ff427056e94a386fd70a46b886de767707fac3fc /devel/libsigcx/files | |
parent | 78917e617ab287d598a9f9bf3a6c647fef473ab8 (diff) | |
download | ports-03546d7cdcec7fc258de6cdda5ac018263ad6b64.tar.gz ports-03546d7cdcec7fc258de6cdda5ac018263ad6b64.zip |
Notes
Diffstat (limited to 'devel/libsigcx/files')
-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 000000000000..5ca01c72ae49 --- /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" + |