From 02bd9db0451d8a4a2c746ff6f5a26594bb661ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 1 Aug 2002 16:49:31 +0000 Subject: [PATCH] Don't depend on namespace pollution from . Submitted by: bde --- usr.bin/sockstat/sockstat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 46a7e95adb27..b8692a85a24a 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include + #include #include #include