diff options
author | 2013-05-31 18:29:32 +0000 | |
---|---|---|
committer | 2013-05-31 18:29:32 +0000 | |
commit | 6a3f8192dd421a3ecef9d3d1849b103538c9830b (patch) | |
tree | 4ddd1738273726a9ce8d5293662bb2ffdd769afe /sys/kern/subr_poison.c | |
parent | Also inform the user about beginning / end of buffer in previous-line (diff) | |
download | wireguard-openbsd-6a3f8192dd421a3ecef9d3d1849b103538c9830b.tar.xz wireguard-openbsd-6a3f8192dd421a3ecef9d3d1849b103538c9830b.zip |
unfortunately the sparc pagesize handling also requires uvm_extern.h
Diffstat (limited to 'sys/kern/subr_poison.c')
-rw-r--r-- | sys/kern/subr_poison.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_poison.c b/sys/kern/subr_poison.c index 73678f65c3e..7ead1d549d3 100644 --- a/sys/kern/subr_poison.c +++ b/sys/kern/subr_poison.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_poison.c,v 1.4 2013/05/30 18:20:17 tedu Exp $ */ +/* $OpenBSD: subr_poison.c,v 1.5 2013/05/31 18:29:32 deraadt Exp $ */ /* * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> * @@ -18,6 +18,7 @@ #include <sys/types.h> #include <sys/param.h> #include <sys/malloc.h> +#include <uvm/uvm_extern.h> /* * The POISON is used as known text to copy into free objects so |