From: millert Date: Mon, 7 Apr 1997 05:59:30 +0000 (+0000) Subject: #include "stand.h" not X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d425be43e229972eb764931a1c4153f42224373e;p=openbsd #include "stand.h" not --- 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.