Fix LINT breakage by adding a missing include.

This commit is contained in:
tmm 2002-02-23 22:55:47 +00:00
parent f867e9d3eb
commit 2584ad1393
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>