aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-02-23 22:55:47 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-02-23 22:55:47 +0000
commitd2d45a4aa53ef30d83850f9cbbdeeaf324cfdee7 (patch)
treebced0201089ceeda925079e1666f0c416925de65 /sys/fs
parentb450bd2a379651639d288609a59730e3d9fde5ba (diff)
downloadsrc-d2d45a4aa53ef30d83850f9cbbdeeaf324cfdee7.tar.gz
src-d2d45a4aa53ef30d83850f9cbbdeeaf324cfdee7.zip
Fix LINT breakage by adding a missing include.
Notes
Notes: svn path=/head/; revision=91181
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/coda/coda_venus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c
index e2236176434a..a5b114bbc309 100644
--- a/sys/fs/coda/coda_venus.c
+++ b/sys/fs/coda/coda_venus.c
@@ -39,6 +39,7 @@
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/proc.h>
+#include <sys/sx.h>
#include <coda/coda.h>
#include <coda/cnode.h>