summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_aobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_aobj.c')
-rw-r--r--sys/uvm/uvm_aobj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/uvm/uvm_aobj.c b/sys/uvm/uvm_aobj.c
index 7ac8883f0bb..f7678213545 100644
--- a/sys/uvm/uvm_aobj.c
+++ b/sys/uvm/uvm_aobj.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_aobj.c,v 1.73 2014/12/09 07:16:41 doug Exp $ */
+/* $OpenBSD: uvm_aobj.c,v 1.74 2014/12/17 19:42:15 tedu Exp $ */
/* $NetBSD: uvm_aobj.c,v 1.39 2001/02/18 21:19:08 chs Exp $ */
/*
@@ -43,6 +43,7 @@
#include <sys/kernel.h>
#include <sys/pool.h>
#include <sys/stdint.h>
+#include <sys/atomic.h>
#include <uvm/uvm.h>