diff options
Diffstat (limited to 'sys/lib/libkern/md5.c')
-rw-r--r-- | sys/lib/libkern/md5.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/lib/libkern/md5.c b/sys/lib/libkern/md5.c index 2caf104e410..02e54f8b338 100644 --- a/sys/lib/libkern/md5.c +++ b/sys/lib/libkern/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.2 1996/04/24 05:28:26 mickey Exp $ */ +/* $OpenBSD: md5.c,v 1.3 1996/08/11 21:05:46 niklas Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff. @@ -44,7 +44,8 @@ #include <sys/param.h> #include <sys/types.h> -#include <sys/kernel.h> + +#include <lib/libkern/libkern.h> /* * MD5 transform algorithm, taken from code written by Colin Plumb, |