diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:55:58 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:55:58 +0000 |
| commit | 6398b9c017932accf766bc5ba38499b7026b8e60 (patch) | |
| tree | 8f16021b5b85315d7e39740735ce2c6275660c28 /lib/libc/gen/stringlist.c | |
| parent | 16fdde11b75054af02e9f7fa9fdc8693f6186b2b (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/stringlist.c')
| -rw-r--r-- | lib/libc/gen/stringlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "namespace.h" #include <stdio.h> #include <string.h> #include <err.h> #include <stdlib.h> #include <stringlist.h> +#include "un-namespace.h" #define _SL_CHUNKSIZE 20 |
