diff options
author | 1995-12-21 00:52:54 +0000 | |
---|---|---|
committer | 1995-12-21 00:52:54 +0000 | |
commit | 8cf4c34d181c974365fe6ab02e33d8fb353a9c7f (patch) | |
tree | 89e592b16e8afa7500d9bcb283a50f5bdefa4ec5 | |
parent | stall all three server:server pipes, and 2MB instead of 256K (diff) | |
download | wireguard-openbsd-8cf4c34d181c974365fe6ab02e33d8fb353a9c7f.tar.xz wireguard-openbsd-8cf4c34d181c974365fe6ab02e33d8fb353a9c7f.zip |
pull in svr4_time.h
-rw-r--r-- | sys/compat/svr4/svr4_stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_stat.c b/sys/compat/svr4/svr4_stat.c index b09188dfa52..6e1740a5e4a 100644 --- a/sys/compat/svr4/svr4_stat.c +++ b/sys/compat/svr4/svr4_stat.c @@ -51,6 +51,7 @@ #include <compat/svr4/svr4_syscallargs.h> #include <compat/svr4/svr4_util.h> #include <compat/svr4/svr4_stat.h> +#include <compat/svr4/svr4_time.h> #include <compat/svr4/svr4_ustat.h> #include <compat/svr4/svr4_fuser.h> #include <compat/svr4/svr4_utsname.h> |