diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-10-08 10:55:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-10-08 10:55:28 +0000 |
commit | a03c60640dc5eeebc5716e4add742a4ca954e18b (patch) | |
tree | 28c67a767d8d9b391164c897759776401c839290 /lib/libc | |
parent | 4ef3edf0b40bffc13cf2c012583df26b9a3d89a2 (diff) |
SYNOPSIS needs #include <sys/types.h>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/md/mdX.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index 87eff72e022..a240cbe2566 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.13 1999/10/06 14:55:29 espie Exp $ +.\" $OpenBSD: mdX.3,v 1.14 1999/10/08 10:55:27 espie Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 @@ -20,6 +20,7 @@ .Nm MDXData .Nd calculate the RSA Data Security, Inc., ``MDX'' message digest .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <mdX.h> .Ft void .Fn MDXInit "MDX_CTX *context" |