git: 76179e400a03 - main - routing: fix syslog include for rtsock.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jun 2022 22:09:47 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=76179e400a035e3981a30908997430713a90903c commit 76179e400a035e3981a30908997430713a90903c Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-06-25 22:08:10 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2022-06-25 22:08:10 +0000 routing: fix syslog include for rtsock.c MFC after: 2 weeks --- sys/net/rtsock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 995b78795eb4..88ff0e1c0d7d 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>