diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-02-21 12:43:02 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-02-21 12:43:02 +0000 |
| commit | 1e3db1de0cf6b904373e0f4c9e738b9713f3e17b (patch) | |
| tree | 9c3eb36eac0b6065dcb12dfdf875957ee7c51293 /sys/compat/linuxkpi/common/include/linux/rwsem.h | |
| parent | 27569d019d4edb44094fab5f2fa60ad2b8b03bb7 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/rwsem.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/rwsem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/rwsem.h b/sys/compat/linuxkpi/common/include/linux/rwsem.h index 22ad4dc62a94..7ca066125a48 100644 --- a/sys/compat/linuxkpi/common/include/linux/rwsem.h +++ b/sys/compat/linuxkpi/common/include/linux/rwsem.h @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/lock.h> #include <sys/sx.h> +#include <sys/libkern.h> struct rw_semaphore { struct sx sx; |
