summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-an
blob: c334c4be27dda07dd769992eeeda2520d0980a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1.1.1 2004/05/03 00:38:35 dmcmahill Exp $

--- source/clients/qevent/qevent.c	2003-10-02 14:25:29.000000000 +0200
+++ source/clients/qevent/qevent.c	2003-10-01 14:22:09.000000000 +0200
@@ -35,7 +35,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <string.h>
-#if defined(FREEBSD) || defined(DARWIN)
+#if defined(FREEBSD) || defined(DARWIN) || defined(NETBSD)
 #include <sys/time.h>
 #endif