Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 11:23:40 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef9f49a21ad8 - main - arm64: Adding a missing include file
Message-ID:  <202303201123.32KBNe1Y060280@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303201123.32KBNe1Y060280>