blob: ae43c9adb179dbd754186333cb834bde57a2e36d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-dl,v 1.1 2001/12/20 09:20:07 tron Exp $
--- lib/libxview/notify/ndet.h.orig Tue Jun 29 07:18:12 1993
+++ lib/libxview/notify/ndet.h Thu Dec 20 10:09:16 2001
@@ -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:
|