summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-06 18:04:28 +0000
committerattilio <attilio@FreeBSD.org>2013-02-06 18:04:28 +0000
commitc02c27a33d936e06c7f7ab23fcddfe2c22e10ce7 (patch)
treea15cc8d50d96ae252ae4c1d203b06d4c321289e1 /sys/vm/vm_object.h
parentd3fb98bfb460d0679cc1dcfdedb658c33bd61730 (diff)
downloadFreeBSD-src-c02c27a33d936e06c7f7ab23fcddfe2c22e10ce7.zip
FreeBSD-src-c02c27a33d936e06c7f7ab23fcddfe2c22e10ce7.tar.gz
Avoid a namespace pollution in vm_object.h by defining separately the
structure for vm_radix implementation.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 3c60353..84ca0d8 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -71,7 +71,7 @@
#include <sys/_lock.h>
#include <sys/_mutex.h>
-#include <vm/vm_radix.h>
+#include <vm/_vm_radix.h>
/*
* Types defined:
OpenPOWER on IntegriCloud