Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/string Need <string.h> for mem*() prototype...



details:   https://anonhg.NetBSD.org/src/rev/443e0067b5fb
branches:  trunk
changeset: 510267:443e0067b5fb
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu May 24 21:04:47 2001 +0000

description:
Need <string.h> for mem*() prototype declarations.

diffstat:

 regress/lib/libc/string/swabcheck.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 09fa9e57a248 -r 443e0067b5fb regress/lib/libc/string/swabcheck.c
--- a/regress/lib/libc/string/swabcheck.c       Thu May 24 17:42:48 2001 +0000
+++ b/regress/lib/libc/string/swabcheck.c       Thu May 24 21:04:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: swabcheck.c,v 1.1 2001/05/22 18:57:45 christos Exp $   */
+/*     $NetBSD: swabcheck.c,v 1.2 2001/05/24 21:04:47 kleink Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <err.h>



Home | Main Index | Thread Index | Old Index