diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-12-04 15:50:44 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-12-04 15:50:44 +0000 |
| commit | ff15f3f1330ebc878bc18cc9ecaa41d21c44aff7 (patch) | |
| tree | b416589f52ee72f7aed317962bdafcc804c0b156 /sys/compat/linuxkpi/common/include/linux/rbtree.h | |
| parent | 01fdacdbc772341553ba88e6eff8bba515003ccd (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/rbtree.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/rbtree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/rbtree.h b/sys/compat/linuxkpi/common/include/linux/rbtree.h index 1a49b5d5cdd9..78da33ad2658 100644 --- a/sys/compat/linuxkpi/common/include/linux/rbtree.h +++ b/sys/compat/linuxkpi/common/include/linux/rbtree.h @@ -31,7 +31,10 @@ #ifndef _LINUX_RBTREE_H_ #define _LINUX_RBTREE_H_ +#ifndef _STANDALONE #include <sys/stddef.h> +#endif + #include <sys/tree.h> struct rb_node { |
