Fix r363565

lockdep.h needs sys/lock.h for LOCK_CLASS
This commit is contained in:
Emmanuel Vadot 2020-07-26 18:33:29 +00:00
parent 825240034e
commit 85d787b2fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363575

View File

@ -32,6 +32,8 @@
#ifndef _LINUX_LOCKDEP_H_
#define _LINUX_LOCKDEP_H_
#include <sys/lock.h>
struct lock_class_key {
};