summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-24 11:57:13 +0000
committeraaron <aaron@openbsd.org>1999-05-24 11:57:13 +0000
commit2da8c417f936fc9071cac4a0324bbee6dd8ebacb (patch)
tree76e09c2a1d1322d86c80250eab864b3100d70f84 /lib
parentyour -> you're; d@ (diff)
downloadwireguard-openbsd-2da8c417f936fc9071cac4a0324bbee6dd8ebacb.tar.xz
wireguard-openbsd-2da8c417f936fc9071cac4a0324bbee6dd8ebacb.zip
add missing #include's; d@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/ktrace.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index eedd37e6611..18e5cd53934 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.2,v 1.5 1999/05/23 14:10:54 aaron Exp $
+.\" $OpenBSD: ktrace.2,v 1.6 1999/05/24 11:57:13 aaron Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -42,6 +42,8 @@
.Nd process tracing
.Sh SYNOPSIS
.Fd #include <sys/types.h>
+.Fd #include <sys/param.h>
+.Fd #include <sys/uio.h>
.Fd #include <sys/ktrace.h>
.Ft int
.Fn ktrace "const char *tracefile" "int ops" "int trpoints" "int pid"