summaryrefslogtreecommitdiff
path: root/parallel/openpbs/patches/patch-ab
blob: 2f685058bc9d1a0cbf83179faf8e53431d1b77c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1.1.1 2003/07/17 14:19:16 agc Exp $

--- src/server/pbsd_init.c	2003/07/09 13:30:00	1.1
+++ src/server/pbsd_init.c	2003/07/09 13:31:07
@@ -88,6 +88,9 @@
 #include <pwd.h>
 #include <time.h>
 #include <unistd.h>
+#ifdef __NetBSD__
+#include <signal.h>
+#endif
 
 #include <sys/types.h>
 #include <sys/param.h>