git: c8a383396888 - main - ktrace: Make sys/ktrace.h self-contained
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jun 2023 21:19:04 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c8a383396888d897d057088d7f84fb57de40807e commit c8a383396888d897d057088d7f84fb57de40807e Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-06-01 21:10:44 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-06-01 21:18:23 +0000 ktrace: Make sys/ktrace.h self-contained MFC after: 2 weeks --- sys/sys/ktrace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index ae6d0ed5d361..d5061837827e 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -36,6 +36,8 @@ #define _SYS_KTRACE_H_ #include <sys/caprights.h> +#include <sys/signal.h> +#include <sys/_uio.h> /* * operations to ktrace system call (KTROP(op))