diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index da923f9d1014..248ffccc08a4 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_rwlock.c,v 1.75 2023/10/15 10:27:11 riastradh Exp $ */ +/* $NetBSD: kern_rwlock.c,v 1.76 2023/10/15 10:28:48 riastradh Exp $ */ /*- * Copyright (c) 2002, 2006, 2007, 2008, 2009, 2019, 2020, 2023 @@ -45,24 +45,25 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_rwlock.c,v 1.75 2023/10/15 10:27:11 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_rwlock.c,v 1.76 2023/10/15 10:28:48 riastradh Exp $"); #include "opt_lockdebug.h" #define __RWLOCK_PRIVATE #include + +#include +#include +#include +#include #include +#include #include #include #include -#include -#include -#include -#include -#include -#include #include +#include #include