summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 5a377d2fba7..c60841b7ccc 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $ */
+/* $OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -71,6 +71,7 @@ static char *rcsid = "$OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $";
#include <nfs/nfsnode.h>
#undef NFS
+#include <xfs/xfs_config.h>
#include <xfs/xfs_node.h>
#include <net/route.h>