mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Fix r363565
lockdep.h needs sys/lock.h for LOCK_CLASS
This commit is contained in:
parent
825240034e
commit
85d787b2fe
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#ifndef _LINUX_LOCKDEP_H_
|
||||
#define _LINUX_LOCKDEP_H_
|
||||
|
||||
#include <sys/lock.h>
|
||||
|
||||
struct lock_class_key {
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue