freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+notify+ndet.h
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

14 lines
396 B
C

--- 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: