diff options
author | 2014-11-03 21:28:35 +0000 | |
---|---|---|
committer | 2014-11-03 21:28:35 +0000 | |
commit | 782ebdf8902fbe540cc1b971ad3ae76732171c58 (patch) | |
tree | 0a129625d9dbb3b26ad373e6fa4dac2331c4efb0 /sys/kern/spec_vnops.c | |
parent | correct test logic. ok guenther (diff) | |
download | wireguard-openbsd-782ebdf8902fbe540cc1b971ad3ae76732171c58.tar.xz wireguard-openbsd-782ebdf8902fbe540cc1b971ad3ae76732171c58.zip |
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Diffstat (limited to 'sys/kern/spec_vnops.c')
-rw-r--r-- | sys/kern/spec_vnops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/spec_vnops.c b/sys/kern/spec_vnops.c index 484e17a5e4b..8dc8c1205db 100644 --- a/sys/kern/spec_vnops.c +++ b/sys/kern/spec_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spec_vnops.c,v 1.79 2014/09/13 16:06:37 doug Exp $ */ +/* $OpenBSD: spec_vnops.c,v 1.80 2014/11/03 21:28:35 tedu Exp $ */ /* $NetBSD: spec_vnops.c,v 1.29 1996/04/22 01:42:38 christos Exp $ */ /* @@ -51,6 +51,7 @@ #include <sys/dkio.h> #include <sys/malloc.h> #include <sys/specdev.h> +#include <sys/unistd.h> #define v_lastr v_specinfo->si_lastr |