svn commit: r210213 - head/sys/fs/unionfs

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Jul 18 07:55:23 UTC 2010


Author: trasz
Date: Sun Jul 18 07:55:22 2010
New Revision: 210213
URL: http://svn.freebsd.org/changeset/base/210213

Log:
  Fix build.
  
  Submitted by:	Andreas Tobler <andreast-list at fgznet.ch>

Modified:
  head/sys/fs/unionfs/union_subr.c

Modified: head/sys/fs/unionfs/union_subr.c
==============================================================================
--- head/sys/fs/unionfs/union_subr.c	Sun Jul 18 07:42:54 2010	(r210212)
+++ head/sys/fs/unionfs/union_subr.c	Sun Jul 18 07:55:22 2010	(r210213)
@@ -50,6 +50,7 @@
 #include <sys/fcntl.h>
 #include <sys/filedesc.h>
 #include <sys/stat.h>
+#include <sys/resourcevar.h>
 
 #include <security/mac/mac_framework.h>
 


More information about the svn-src-head mailing list