From 6398b9c017932accf766bc5ba38499b7026b8e60 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Tue, 7 Jan 2003 06:55:58 +0000 Subject: [PATCH] #include "namespace.h" to get a prototype for _err(). --- lib/libc/gen/stringlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index f4d44679f618..ed175ea71e0b 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -35,11 +35,13 @@ static char *rcsid = "$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp #include __FBSDID("$FreeBSD$"); +#include "namespace.h" #include #include #include #include #include +#include "un-namespace.h" #define _SL_CHUNKSIZE 20