summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-10-13 05:30:20 +0000
committerBruce Evans <bde@FreeBSD.org>2003-10-13 05:30:20 +0000
commit1f85f715702dccee80638a3644a2aaf4ae03c91f (patch)
tree2ecc5d638f1e367fb8ca616017bf383dde83874a
parent7d4bf9ccb1f9495e08f3dd21280be6fe1fe1faff (diff)
Notes
-rw-r--r--lib/libdevstat/devstat.c1
-rw-r--r--usr.bin/bluetooth/btsockstat/btsockstat.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c
index 2522755234a6..cc181f8ec97e 100644
--- a/lib/libdevstat/devstat.c
+++ b/lib/libdevstat/devstat.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <stdarg.h>
#include <kvm.h>
+#include <nlist.h>
#include "devstat.h"
diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.c b/usr.bin/bluetooth/btsockstat/btsockstat.c
index 54c1b49f442f..8d3467de2408 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>