From d425be43e229972eb764931a1c4153f42224373e Mon Sep 17 00:00:00 2001 From: millert Date: Mon, 7 Apr 1997 05:59:30 +0000 Subject: [PATCH] #include "stand.h" not --- sys/lib/libsa/memcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libsa/memcmp.c b/sys/lib/libsa/memcmp.c index 623a9cbc465..41b6dae579e 100644 --- a/sys/lib/libsa/memcmp.c +++ b/sys/lib/libsa/memcmp.c @@ -35,10 +35,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memcmp.c,v 1.3 1996/10/29 07:55:46 mickey Exp $"; +static char *rcsid = "$OpenBSD: memcmp.c,v 1.4 1997/04/07 05:59:30 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -#include +#include "stand.h" /* * Compare memory regions. -- 2.20.1