diff options
-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" + |