From 4226789a18667154a6c77e3064d7e0de801a7ed1 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 16 May 1998 21:35:37 +0000 Subject: Include correct header to get definition of struct sockaddr_un. --- usr.bin/fstat/fstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 1d99d98..481b6cd 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif static const char rcsid[] = - "$Id: fstat.c,v 1.13 1997/08/31 01:27:04 alex Exp $"; + "$Id: fstat.c,v 1.14 1997/09/18 23:16:17 dima Exp $"; #endif /* not lint */ #include @@ -55,6 +55,7 @@ static const char rcsid[] = #include #include #include +#include #include #include #include -- cgit v1.1