pkgsrc/sysutils/gnome-vfs/patches/patch-cb
2007-09-19 22:22:33 +00:00

14 lines
384 B
Text

$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