mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
thread: Add a missing include of asan.h
I didn't notice this during testing because invariants-enabled kernels implicitly include asan.h via kassert.h. Reported by: Lexi Winter <lexi@le-Fay.org> Fixes:800da341bc("thread: Simplify sanitizer integration with thread creation") (cherry picked from commit7a7063cc54)
This commit is contained in:
parent
0db4588bbe
commit
794283f94b
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "opt_hwpmc_hooks.h"
|
||||
|
||||
#include <sys/systm.h>
|
||||
#include <sys/asan.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/msan.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue