Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 07:55:22 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210213 - head/sys/fs/unionfs
Message-ID:  <201007180755.o6I7tMVf086917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007180755.o6I7tMVf086917>