From 53f2cc7dd4fcd28a971a5d0bc9784393cf17d561 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 1 May 2011 04:27:07 +0000 Subject: Pull in for memset() --- src/regress/lib/libc/netdb/netdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libc/netdb/netdb.c b/src/regress/lib/libc/netdb/netdb.c index 0082c1bd1b..fabb3ee4e1 100644 --- a/src/regress/lib/libc/netdb/netdb.c +++ b/src/regress/lib/libc/netdb/netdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netdb.c,v 1.1 2004/10/25 15:10:36 otto Exp $ */ +/* $OpenBSD: netdb.c,v 1.2 2011/05/01 04:27:07 guenther Exp $ */ /* * Public domain, 2004, Otto Moerbeek @@ -7,6 +7,7 @@ #include #include #include +#include int ret = 0; -- cgit v1.2.3-55-g6feb