From 6bbc45802575aec8279750c74ab2fdd9cdb6366c Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 12 Dec 1996 08:18:31 +0000 Subject: types.h for u_char --- sys/lib/libkern/strncmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/lib/libkern/strncmp.c') diff --git a/sys/lib/libkern/strncmp.c b/sys/lib/libkern/strncmp.c index 60756ccc4d7..dee8b185e67 100644 --- a/sys/lib/libkern/strncmp.c +++ b/sys/lib/libkern/strncmp.c @@ -33,9 +33,10 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strncmp.c,v 1.3 1996/12/08 14:25:49 niklas Exp $"; +static char *rcsid = "$Id: strncmp.c,v 1.4 1996/12/12 08:18:32 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ +#include #ifndef _KERNEL #include #else -- cgit v1.2.3-59-g8ed1b