mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
#include "namespace.h" to get a prototype for _err().
This commit is contained in:
parent
16fdde11b7
commit
6398b9c017
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108868
@ -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…
Reference in New Issue
Block a user