Date: Sun, 26 Jul 2020 18:33:29 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r363575 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <202007261833.06QIXTqD042482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Sun Jul 26 18:33:29 2020 New Revision: 363575 URL: https://svnweb.freebsd.org/changeset/base/363575 Log: Fix r363565 lockdep.h needs sys/lock.h for LOCK_CLASS Modified: head/sys/compat/linuxkpi/common/include/linux/lockdep.h Modified: head/sys/compat/linuxkpi/common/include/linux/lockdep.h ============================================================================== --- head/sys/compat/linuxkpi/common/include/linux/lockdep.h Sun Jul 26 18:21:02 2020 (r363574) +++ head/sys/compat/linuxkpi/common/include/linux/lockdep.h Sun Jul 26 18:33:29 2020 (r363575) @@ -32,6 +32,8 @@ #ifndef _LINUX_LOCKDEP_H_ #define _LINUX_LOCKDEP_H_ +#include <sys/lock.h> + struct lock_class_key { };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007261833.06QIXTqD042482>