aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-03-17 19:15:28 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-03-17 19:15:28 +0000
commit117bae1fd3be8f523a3ee910af1fc2f1ab664e56 (patch)
tree619b5188a784714f93f3f2cbfe6789e6489f2ac6 /sys/geom
parenta6de45525346fd9ab1feda36bfaabcd2f82df03c (diff)
downloadsrc-117bae1fd3be8f523a3ee910af1fc2f1ab664e56.tar.gz
src-117bae1fd3be8f523a3ee910af1fc2f1ab664e56.zip
Need a different #include for the userland regression test.
Notes
Notes: svn path=/head/; revision=92514
Diffstat (limited to 'sys/geom')
-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 12497769bdc3..cd91f82ee03c 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;