summaryrefslogtreecommitdiffstats
path: root/sys/coda
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-02-23 22:55:47 +0000
committertmm <tmm@FreeBSD.org>2002-02-23 22:55:47 +0000
commit721047bc17cccb9e2a51ea978c16009135b86a01 (patch)
treebced0201089ceeda925079e1666f0c416925de65 /sys/coda
parent895164868ed3aeafa9e9bccd621f0d0222f2ed0e (diff)
downloadFreeBSD-src-721047bc17cccb9e2a51ea978c16009135b86a01.zip
FreeBSD-src-721047bc17cccb9e2a51ea978c16009135b86a01.tar.gz
Fix LINT breakage by adding a missing include.
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_venus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c
index e223617..a5b114b 100644
--- a/sys/coda/coda_venus.c
+++ b/sys/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>
OpenPOWER on IntegriCloud