also need <sys/uio.h>

This commit is contained in:
jdolecek 2002-09-24 20:01:43 +00:00
parent 9d1d2c30c8
commit e8c4ae6edb
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ktrace.2,v 1.11 2002/02/08 01:28:18 ross Exp $
.\" $NetBSD: ktrace.2,v 1.12 2002/09/24 20:01:43 jdolecek Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,6 +43,7 @@
.Lb libc
.Sh SYNOPSIS
.Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include \*[Lt]sys/uio.h\*[Gt]
.Fd #include \*[Lt]sys/ktrace.h\*[Gt]
.Ft int
.Fn ktrace "const char *tracefile" "int ops" "int trpoints" "pid_t pid"