aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h')
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h b/x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h
new file mode 100644
index 000000000000..46a6600bf238
--- /dev/null
+++ b/x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h
@@ -0,0 +1,14 @@
+--- lib/libxview/notify/ndet.h.orig Tue Jun 29 00:18:12 1993
++++ lib/libxview/notify/ndet.h Sun Oct 12 19:47:56 2003
+@@ -17,6 +17,11 @@
+ #ifndef NDET_DEFINED
+ #define NDET_DEFINED
+
++#include <sys/param.h>
++#if (defined(BSD) && (BSD >= 199103))
++#include <signal.h>
++#endif
++
+ /*
+ ********************** Detector Loop Notes ****************************
+ Here is some notes on the detector loop: