From 8d39bf8f2992756df4786b70db09bb6bd22a8b1c Mon Sep 17 00:00:00 2001 From: mouring Date: Fri, 9 Feb 2001 02:11:24 +0000 Subject: - itojun@cvs.openbsd.org 2001/02/08 19:30:52 sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long --- mpaux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mpaux.c') diff --git a/mpaux.c b/mpaux.c index 6b586ec0..0c486275 100644 --- a/mpaux.c +++ b/mpaux.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $"); +RCSID("$OpenBSD: mpaux.c,v 1.16 2001/02/08 19:30:52 itojun Exp $"); #include #include "getput.h" @@ -21,6 +21,8 @@ RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $"); #include +#include "mpaux.h" + void compute_session_id(u_char session_id[16], u_char cookie[8], -- cgit v1.2.1