Include <nlist.h> for nlist-related declarations instead of depending on

namespace pollution in <kvm.h>.
This commit is contained in:
Bruce Evans 2003-10-13 05:30:20 +00:00
parent 7d4bf9ccb1
commit 1f85f71570
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121064
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <stdarg.h>
#include <kvm.h>
#include <nlist.h>
#include "devstat.h"

View File

@ -44,6 +44,7 @@
#include <fcntl.h>
#include <kvm.h>
#include <limits.h>
#include <nlist.h>
#include <netgraph/bluetooth/include/ng_bluetooth.h>
#include <netgraph/bluetooth/include/ng_btsocket_hci_raw.h>