Include <nlist.h> for nlist interfaces instead of depending on namespace

pollution in <kvm.h>.
This commit is contained in:
Bruce Evans 2002-08-18 17:35:55 +00:00
parent dc7fb8d2ce
commit 2757068e4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102067

View File

@ -109,6 +109,7 @@
#include <ctype.h>
#include <fcntl.h>
#include <kvm.h>
#include <nlist.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>