diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-04-21 20:49:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-04-21 20:49:40 +0000 |
commit | b6cc29495b674a8271dbb09a6805b0779f60ab45 (patch) | |
tree | 4eaab2c64149c633e30d1b5fd47e93b554052e88 /usr.sbin | |
parent | d28ec673dcb1fa873066e746bb2f489adc9ff7ac (diff) |
Tweak #include order to work during the big time_t transition
noted by matthieu@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index cb8ff495bda..998ce4035d3 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.83 2013/03/24 15:09:12 deraadt Exp $ */ +/* $OpenBSD: pstat.c,v 1.84 2013/04/21 20:49:39 guenther Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -36,13 +36,13 @@ #include <sys/buf.h> #include <sys/vnode.h> #include <sys/ucred.h> +#include <sys/stat.h> #define _KERNEL #include <sys/file.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #include <sys/mount.h> #undef _KERNEL -#include <sys/stat.h> #include <nfs/nfsproto.h> #include <nfs/rpcv2.h> #include <nfs/nfsnode.h> |