diff options
author | phk <phk@FreeBSD.org> | 1996-10-22 16:28:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-10-22 16:28:56 +0000 |
commit | 9205a4589e1f13c5fd8ab715c3f5ecd6dd156027 (patch) | |
tree | ef1c8b318a1db07c6ee2432831130b174b3d4023 /lib/libmd | |
parent | 2916d56c9d8a14df739e997d1ac2acb0d447e4de (diff) | |
download | FreeBSD-src-9205a4589e1f13c5fd8ab715c3f5ecd6dd156027.zip FreeBSD-src-9205a4589e1f13c5fd8ab715c3f5ecd6dd156027.tar.gz |
Add #include <sys/types>
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/mdX.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3 index d10a3c2..cd08a7e 100644 --- a/lib/libmd/mdX.3 +++ b/lib/libmd/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id$ +.\" $Id: mdX.3,v 1.6 1996/10/09 21:00:48 wollman 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" |