summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-10-13 05:30:20 +0000
committerbde <bde@FreeBSD.org>2003-10-13 05:30:20 +0000
commit47ef5b092f3bf8a5a36fe7b20a91b882852c255d (patch)
tree2ecc5d638f1e367fb8ca616017bf383dde83874a /usr.bin/bluetooth
parent779a93dc02572a18ca1363d418d0f07d066c3830 (diff)
downloadFreeBSD-src-47ef5b092f3bf8a5a36fe7b20a91b882852c255d.zip
FreeBSD-src-47ef5b092f3bf8a5a36fe7b20a91b882852c255d.tar.gz
Include <nlist.h> for nlist-related declarations instead of depending on
namespace pollution in <kvm.h>.
Diffstat (limited to 'usr.bin/bluetooth')
-rw-r--r--usr.bin/bluetooth/btsockstat/btsockstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.c b/usr.bin/bluetooth/btsockstat/btsockstat.c
index 54c1b49..8d3467d 100644
--- a/usr.bin/bluetooth/btsockstat/btsockstat.c
+++ b/usr.bin/bluetooth/btsockstat/btsockstat.c
@@ -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>
OpenPOWER on IntegriCloud