summaryrefslogtreecommitdiff
path: root/devel/libsigcx/files/patch-dispatch.cc
blob: 5ca01c72ae49025e3908dea70140b79f215804c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"