aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-05-06 21:03:37 +0000
committerBrian Somers <brian@FreeBSD.org>2001-05-06 21:03:37 +0000
commit87406f5cb45b74434d4aaddabda5c25fcf7571ea (patch)
tree3219c067c4b684b32ed414d4951af03894f336c6 /sys/dev/digi
parenta468031ce841abd412daba673e4d29f4731877b9 (diff)
downloadsrc-87406f5cb45b74434d4aaddabda5c25fcf7571ea.tar.gz
src-87406f5cb45b74434d4aaddabda5c25fcf7571ea.zip
Make LINT compile again.
Spotted by: phk
Notes
Notes: svn path=/head/; revision=76323
Diffstat (limited to 'sys/dev/digi')
-rw-r--r--sys/dev/digi/digi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c
index c1fc2ba6a6c0..5c424b107867 100644
--- a/sys/dev/digi/digi.c
+++ b/sys/dev/digi/digi.c
@@ -78,6 +78,7 @@
#define CDEV_MAJOR 162
#ifdef SMP
+#include <sys/lock.h>
#include <machine/smptests.h> /* USE_COMLOCK ? */
#ifdef USE_COMLOCK
extern struct mtx com_mtx;