git: cc9c8731df0b - stable/13 - routing: fix syslog include for rtsock.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 21:25:23 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=cc9c8731df0b5be4240225dc16615295228835f3 commit cc9c8731df0b5be4240225dc16615295228835f3 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-06-25 22:08:10 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-01-13 21:24:10 +0000 routing: fix syslog include for rtsock.c MFC after: 2 weeks (cherry picked from commit 76179e400a035e3981a30908997430713a90903c) --- sys/net/rtsock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 256c4a96af73..aa8cf0146f9a 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -52,6 +52,7 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/sysctl.h> +#include <sys/syslog.h> #include <sys/systm.h> #include <net/if.h>