#include "namespace.h" to get a prototype for _err().
This commit is contained in:
parent
16fdde11b7
commit
6398b9c017
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user