summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_stat.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-14 01:05:26 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-14 01:05:26 +0000
commitf234ea2e1ab44ed800dc636a8a4e16aac89d3f4b (patch)
tree9a15430d28de19d79afbee41637dd621b0f1e9f3 /sys/compat/netbsd/netbsd_stat.c
parent34bfe0b0e61bf1ae13f4a08a270a72b4e26db92d (diff)
signals
Diffstat (limited to 'sys/compat/netbsd/netbsd_stat.c')
-rw-r--r--sys/compat/netbsd/netbsd_stat.c3
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 *));