diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 00:52:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 00:52:55 +0000 |
commit | ee08dd3862586da3be6365b2bfcb077a4efba6cc (patch) | |
tree | c245de3acae52cab9b3003e5c0ade3d199745602 /sys/compat/svr4 | |
parent | 7d2c510c8ca831d2f40884218bdd55dbec2d1611 (diff) |
pull in svr4_time.h
Diffstat (limited to 'sys/compat/svr4')
-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> |