Include <nlist.h> for nlist-related declarations instead of depending on
namespace pollution in <kvm.h>.
This commit is contained in:
parent
779a93dc02
commit
47ef5b092f
@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <kvm.h>
|
#include <kvm.h>
|
||||||
|
#include <nlist.h>
|
||||||
|
|
||||||
#include "devstat.h"
|
#include "devstat.h"
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <kvm.h>
|
#include <kvm.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <nlist.h>
|
||||||
|
|
||||||
#include <netgraph/bluetooth/include/ng_bluetooth.h>
|
#include <netgraph/bluetooth/include/ng_bluetooth.h>
|
||||||
#include <netgraph/bluetooth/include/ng_btsocket_hci_raw.h>
|
#include <netgraph/bluetooth/include/ng_btsocket_hci_raw.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user