diff options
author | 2014-06-28 08:20:51 +0000 | |
---|---|---|
committer | 2014-06-28 08:20:51 +0000 | |
commit | 88ef9bccaf10a1888a4096a5f030889e9b72b993 (patch) | |
tree | 4fcb0e2c0c46ae195d718b5211eb6df994701221 | |
parent | Dv blah , Dv bleh (diff) | |
download | wireguard-openbsd-88ef9bccaf10a1888a4096a5f030889e9b72b993.tar.xz wireguard-openbsd-88ef9bccaf10a1888a4096a5f030889e9b72b993.zip |
espie points out <string.h> is needed for the AUDIO_INITINFO() macro
-rw-r--r-- | share/man/man4/audio.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index 7b1825b9d1d..be2c6c0a1ae 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.65 2014/06/28 07:08:14 jmc Exp $ +.\" $OpenBSD: audio.4,v 1.66 2014/06/28 08:20:51 matthew Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,6 +41,7 @@ .In sys/types.h .In sys/ioctl.h .In sys/audioio.h +.In string.h .Sh DESCRIPTION The .Nm audio |