git: ef9f49a21ad8 - main - arm64: Adding a missing include file

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 11:23:40 UTC
The branch main has been updated by andrew:

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

commit ef9f49a21ad822497653d8c8abf5c26e13be2ded
Author:     Dmitry Mikushin <dmitry@kernelgen.org>
AuthorDate: 2023-03-20 11:18:45 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2023-03-20 11:23:01 +0000

    arm64: Adding a missing include file
    
    Adding a missing include file, which provides the definition of
    SYSCTL_INT.
    
    Reviewed by:    andrew
    Differential Revision:  https://reviews.freebsd.org/D39149
---
 sys/arm64/arm64/nexus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c
index 0c06736f4e66..0d4257406ca4 100644
--- a/sys/arm64/arm64/nexus.c
+++ b/sys/arm64/arm64/nexus.c
@@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <sys/rman.h>
 #include <sys/interrupt.h>
+#include <sys/sysctl.h>
 
 #include <machine/machdep.h>
 #include <machine/vmparam.h>