diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-12 20:30:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-12 20:30:58 +0000 |
commit | 24b11c3b71fe0acc70f0a53e99ff0b6d3911b8ad (patch) | |
tree | ba54aa6df007d6fb5b5f7e0b07768531f4dc8b10 /lib/libc/md/mdXhl.c | |
parent | 12e530ac3436852e1557bb8f9bdc5564d58b52f9 (diff) |
#include <md5.h> not "md5.h"
Diffstat (limited to 'lib/libc/md/mdXhl.c')
-rw-r--r-- | lib/libc/md/mdXhl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/md/mdXhl.c b/lib/libc/md/mdXhl.c index 6f5498021fe..20e477e4217 100644 --- a/lib/libc/md/mdXhl.c +++ b/lib/libc/md/mdXhl.c @@ -8,7 +8,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.6 1997/03/18 06:36:51 flipk Exp $"; +static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.7 1997/07/12 20:30:57 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> @@ -18,7 +18,7 @@ static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.6 1997/03/18 06:36:51 flipk Exp $"; #include <sys/types.h> #include <sys/uio.h> #include <unistd.h> -#include "mdX.h" +#include <mdX.h> /* ARGSUSED */ char * |