summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs/patches/patch-cb
blob: 252362a7a2b1e187dc01a1e328fcb26f398000e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-cb,v 1.1 2007/09/19 22:22:43 wiz Exp $

--- modules/file-method-acl.c.orig	2007-03-13 11:50:03.000000000 +0100
+++ modules/file-method-acl.c
@@ -35,6 +35,9 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #ifdef HAVE_SYS_RESOURCE_H
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>	/* <sys/resource.h> needs this on MacOS X */
+#endif
 #include <sys/resource.h>
 #endif