git: 38a7a435053c - stable/13 - vm/vm_pager.h: use sys/systm.h header

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 08 Feb 2022 06:55:57 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=38a7a435053c25c71fc888509a450a4715d0c771

commit 38a7a435053c25c71fc888509a450a4715d0c771
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-02-01 03:54:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-02-08 06:42:07 +0000

    vm/vm_pager.h: use sys/systm.h header
    
    (cherry picked from commit f4cdb9d7c3f2ca277c0e90540595164a109f84c1)
---
 sys/vm/vm_pager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h
index 098d48ea3d9d..e332231a77c6 100644
--- a/sys/vm/vm_pager.h
+++ b/sys/vm/vm_pager.h
@@ -44,7 +44,7 @@
 #ifndef	_VM_PAGER_
 #define	_VM_PAGER_
 
-#include <sys/queue.h>
+#include <sys/systm.h>
 
 TAILQ_HEAD(pagerlst, vm_object);
 struct vnode;