diff options
author | 1999-09-14 01:05:24 +0000 | |
---|---|---|
committer | 1999-09-14 01:05:24 +0000 | |
commit | 6ddc5e93cbce2ac4c919150aec2a2d43c32e1fed (patch) | |
tree | 24efc3ceb4b0526b924cb37be9846024eb555966 /sys/compat/netbsd/netbsd_stat.c | |
parent | bew frame framework (diff) | |
download | wireguard-openbsd-6ddc5e93cbce2ac4c919150aec2a2d43c32e1fed.tar.xz wireguard-openbsd-6ddc5e93cbce2ac4c919150aec2a2d43c32e1fed.zip |
signals
Diffstat (limited to 'sys/compat/netbsd/netbsd_stat.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_stat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/netbsd/netbsd_stat.c b/sys/compat/netbsd/netbsd_stat.c index eb97d3e6bf1..05d799f8cfe 100644 --- a/sys/compat/netbsd/netbsd_stat.c +++ b/sys/compat/netbsd/netbsd_stat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_stat.c,v 1.1 1999/09/12 14:15:16 kstailey Exp $ */ +/* $OpenBSD: netbsd_stat.c,v 1.2 1999/09/14 01:05:25 kstailey Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -50,6 +50,7 @@ #include <sys/vnode.h> #include <compat/netbsd/netbsd_types.h> #include <compat/netbsd/netbsd_stat.h> +#include <compat/netbsd/netbsd_signal.h> #include <compat/netbsd/netbsd_syscallargs.h> static void openbsd_to_netbsd_stat __P((struct stat *, struct netbsd_stat *)); |