Fix r363565
lockdep.h needs sys/lock.h for LOCK_CLASS
This commit is contained in:
parent
825240034e
commit
85d787b2fe
@ -32,6 +32,8 @@
|
||||
#ifndef _LINUX_LOCKDEP_H_
|
||||
#define _LINUX_LOCKDEP_H_
|
||||
|
||||
#include <sys/lock.h>
|
||||
|
||||
struct lock_class_key {
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user