Fix MINIMAL build on amd64

amd64/include/counter.h uses KASSERT, but failed to include the
kassert.h header.
This commit is contained in:
Kristof Provost
2023-07-13 14:44:26 +02:00
parent 77c9e60885
commit 208fcb55e3
+1
View File
@@ -36,6 +36,7 @@
#define __MACHINE_COUNTER_H__
#include <sys/pcpu.h>
#include <sys/kassert.h>
#define EARLY_COUNTER (void *)__offsetof(struct pcpu, pc_early_dummy_counter)