diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-27 02:45:31 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-27 02:45:31 +0000 |
| commit | a5f6fb0686c4c3bf5e7755693142ea9d6dce7e93 (patch) | |
| tree | f2a56d13dad5f9d84a7cbf132736b54f06e03b61 /lib/libmd | |
| parent | 61645e2a13c48122d9b9d5251153e0a92f157b0a (diff) | |
Notes
Diffstat (limited to 'lib/libmd')
| -rw-r--r-- | lib/libmd/rmd160c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index 3cd6657fe4299..d174c7fe0df77 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -55,13 +55,13 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $Id: rmd160c.c,v 1.1 1999/02/26 18:41:45 wollman Exp $ + * $Id: rmd160c.c,v 1.2 1999/02/26 20:06:46 wollman Exp $ */ #include <sys/types.h> #include <stdio.h> -#inlcude <string.h> +#include <string.h> #if 0 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */ |
