aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2025-06-22 09:55:57 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2025-08-09 12:26:25 +0000
commitd17bfb237065587c72db05a5bafc6bcab1206cb9 (patch)
tree5fff51c72c83c28dee9b1ba67355295e7ea74dfb
parent3c9acc35b1d9e776fa10d45c0ad7d3737e8ccf38 (diff)
-rw-r--r--sys/compat/linuxkpi/common/include/linux/refcount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/refcount.h b/sys/compat/linuxkpi/common/include/linux/refcount.h
index 02a7eda3f4a9..46e501a65396 100644
--- a/sys/compat/linuxkpi/common/include/linux/refcount.h
+++ b/sys/compat/linuxkpi/common/include/linux/refcount.h
@@ -30,6 +30,7 @@
#define _LINUXKPI_LINUX_REFCOUNT_H
#include <linux/atomic.h>
+#include <linux/spinlock.h>
typedef atomic_t refcount_t;