Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gnome-vfs / patches / patch-cb
blob3e8c7b351f0656511a31a78d6fd280431ee73fed
1 $NetBSD: patch-cb,v 1.2 2007/04/10 17:58:24 drochner Exp $
3 --- modules/file-method-acl.c.orig      2007-03-13 11:50:03.000000000 +0100
4 +++ modules/file-method-acl.c
5 @@ -35,6 +35,9 @@
6  #include <stdlib.h>
7  #include <sys/types.h>
8  #ifdef HAVE_SYS_RESOURCE_H
9 +#ifdef HAVE_SYS_TIME_H
10 +#include <sys/time.h>  /* <sys/resource.h> needs this on MacOS X */
11 +#endif
12  #include <sys/resource.h>
13  #endif