Include <nlist.h> for nlist-related declarations instead of depending on
namespace pollution in <kvm.h>.
This commit is contained in:
parent
7d4bf9ccb1
commit
1f85f71570
@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <kvm.h>
|
||||
#include <nlist.h>
|
||||
|
||||
#include "devstat.h"
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user