The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f4c08b759ad1cc4f7a91f367a088b1757d633ae1
commit f4c08b759ad1cc4f7a91f367a088b1757d633ae1 Author: Mark Johnston <[email protected]> AuthorDate: 2023-06-01 21:10:44 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-06-09 17:20:29 +0000 ktrace: Make sys/ktrace.h self-contained MFC after: 2 weeks (cherry picked from commit c8a383396888d897d057088d7f84fb57de40807e) --- sys/sys/ktrace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index b9d80f7f94d0..4f0b3c8dd892 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))
