include two required header files, because we want people to use utrace()
authorderaadt <deraadt@openbsd.org>
Thu, 23 Feb 2023 01:33:20 +0000 (01:33 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 23 Feb 2023 01:33:20 +0000 (01:33 +0000)
easier
ok guenther

sys/sys/ktrace.h

index f0cac46..e76652e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ktrace.h,v 1.45 2023/02/17 18:02:07 deraadt Exp $     */
+/*     $OpenBSD: ktrace.h,v 1.46 2023/02/23 01:33:20 deraadt Exp $     */
 /*     $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $     */
 
 /*
@@ -34,6 +34,8 @@
 
 #include <sys/uio.h>
 #include <sys/syslimits.h>
+#include <sys/signal.h>
+#include <sys/time.h>
 
 /*
  * operations to ktrace system call  (KTROP(op))