From 1f85f715702dccee80638a3644a2aaf4ae03c91f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 13 Oct 2003 05:30:20 +0000 Subject: [PATCH] Include for nlist-related declarations instead of depending on namespace pollution in . --- lib/libdevstat/devstat.c | 1 + usr.bin/bluetooth/btsockstat/btsockstat.c | 1 + 2 files changed, 2 insertions(+) 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 #include #include +#include #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 #include #include +#include #include #include