pkgsrc/x11/xview-lib/patches/patch-dl
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

16 lines
451 B
Text

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