aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-05-16 21:35:37 +0000
committerMark Murray <markm@FreeBSD.org>1998-05-16 21:35:37 +0000
commit3492514dfd8e4cbbfe5aed67bd19dacd1d2cfba2 (patch)
treec43c4590af7cf5c0349a9fc909ed2ec8b63c5a30 /usr.bin/fstat
parentaec120dd4b3ea33b810a2a8701c4c704e9c50296 (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 1d99d98e2651..481b6cdd4f04 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 <sys/param.h>
@@ -55,6 +55,7 @@ static const char rcsid[] =
#include <sys/socketvar.h>
#include <sys/domain.h>
#include <sys/protosw.h>
+#include <sys/un.h>
#include <sys/unpcb.h>
#include <sys/sysctl.h>
#include <sys/filedesc.h>