summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-17 19:15:28 +0000
committerphk <phk@FreeBSD.org>2002-03-17 19:15:28 +0000
commit4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92 (patch)
tree619b5188a784714f93f3f2cbfe6789e6489f2ac6 /sys/geom/geom.h
parent963527831aaaca7c0e6909c0a0e5b5ee4b6c12dc (diff)
downloadFreeBSD-src-4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92.zip
FreeBSD-src-4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92.tar.gz
Need a different #include for the userland regression test.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 1249776..cd91f82 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -45,7 +45,7 @@
* The GEOM subsystem makes a few concessions in order to be able to run as a
* user-land simulation as well as a kernel component.
*/
-#include <geom/geom_sim.h>
+#include <geom_sim.h>
#endif
struct g_method;
OpenPOWER on IntegriCloud