mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pmc: fix buildworld
hid ck_queue.h from user Approved by: sbruno
This commit is contained in:
parent
0f00315cb3
commit
eae1b7dfa1
1 changed files with 2 additions and 0 deletions
|
|
@ -40,8 +40,10 @@
|
|||
#include <sys/counter.h>
|
||||
#include <machine/pmc_mdep.h>
|
||||
#include <machine/profile.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/epoch.h>
|
||||
#include <ck_queue.h>
|
||||
#endif
|
||||
|
||||
#define PMC_MODULE_NAME "hwpmc"
|
||||
#define PMC_NAME_MAX 64 /* HW counter name size */
|
||||
|
|
|
|||
Loading…
Reference in a new issue