summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-01-13 21:37:49 +0000
committeralfred <alfred@FreeBSD.org>2002-01-13 21:37:49 +0000
commit5e2f4cf200203b968666acb6979aaccf7d62bbf5 (patch)
tree6c0138650247c4667d104eeda26a13d70947bdb2 /sys/kern/vfs_cache.c
parent2624e483f082b443613da8ffb57521327188691e (diff)
downloadFreeBSD-src-5e2f4cf200203b968666acb6979aaccf7d62bbf5.zip
FreeBSD-src-5e2f4cf200203b968666acb6979aaccf7d62bbf5.tar.gz
Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.
Requested by: jhb
Diffstat (limited to 'sys/kern/vfs_cache.c')
-rw-r--r--sys/kern/vfs_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index d0b412d..cccb69d 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -41,6 +41,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/sysctl.h>
#include <sys/mount.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud