diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2010-11-15 05:52:41 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2010-11-15 05:52:41 +0000 |
| commit | 0666f65e61161c9322dd1a58ee65359d5d83710e (patch) | |
| tree | b7bf15d1ab10569e9b58527b299c324ad5dbff23 /sys/dev/dm/dm_target_linear.c | |
| parent | 103af04b499683a4a008859bed1f26aedec352a1 (diff) | |
curlwp needs sys/lwp.h.
Diffstat (limited to 'sys/dev/dm/dm_target_linear.c')
| -rw-r--r-- | sys/dev/dm/dm_target_linear.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/dm/dm_target_linear.c b/sys/dev/dm/dm_target_linear.c index fc5fde8bdc5..01c88fdc117 100644 --- a/sys/dev/dm/dm_target_linear.c +++ b/sys/dev/dm/dm_target_linear.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_target_linear.c,v 1.10 2010/05/18 15:10:38 haad Exp $ */ +/* $NetBSD: dm_target_linear.c,v 1.11 2010/11/15 05:53:29 uebayasi Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -40,6 +40,7 @@ #include <sys/buf.h> #include <sys/kmem.h> #include <sys/vnode.h> +#include <sys/lwp.h> #include <machine/int_fmtio.h> |
