hwt: fix build.

Include sys/lock.h header for spinlock_enter() prototype.

Sponsored by:	UKRI
This commit is contained in:
Ruslan Bukin 2025-07-03 21:36:18 +01:00
parent 3fee738c4e
commit 070d185b2f

View file

@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/refcount.h>