#include "stand.h" not <stand.h>
authormillert <millert@openbsd.org>
Mon, 7 Apr 1997 05:59:30 +0000 (05:59 +0000)
committermillert <millert@openbsd.org>
Mon, 7 Apr 1997 05:59:30 +0000 (05:59 +0000)
sys/lib/libsa/memcmp.c

index 623a9cb..41b6dae 100644 (file)
  */
 
 #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 <stand.h>
+#include "stand.h"
 
 /*
  * Compare memory regions.