diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1999-02-26 20:06:46 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1999-02-26 20:06:46 +0000 |
commit | 617f28f74418f6ecc2a4d7d741daff5709721963 (patch) | |
tree | dbefe66c6a4737ea429379f7c016f9df74fb8931 /lib/libmd/rmd160c.c | |
parent | 2c2bc092fabab754bc18f65af55c5f800a4a1693 (diff) | |
download | src-617f28f74418f6ecc2a4d7d741daff5709721963.tar.gz src-617f28f74418f6ecc2a4d7d741daff5709721963.zip |
Notes
Diffstat (limited to 'lib/libmd/rmd160c.c')
-rw-r--r-- | lib/libmd/rmd160c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index 5f4d9cc141d4..3cd6657fe429 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -55,12 +55,13 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $Id$ + * $Id: rmd160c.c,v 1.1 1999/02/26 18:41:45 wollman Exp $ */ #include <sys/types.h> #include <stdio.h> +#inlcude <string.h> #if 0 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */ |