diff options
author | phk <phk@FreeBSD.org> | 2002-03-17 19:15:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-03-17 19:15:28 +0000 |
commit | 4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92 (patch) | |
tree | 619b5188a784714f93f3f2cbfe6789e6489f2ac6 /sys/geom | |
parent | 963527831aaaca7c0e6909c0a0e5b5ee4b6c12dc (diff) | |
download | FreeBSD-src-4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92.zip FreeBSD-src-4a2ff1a0f0bdf6e5392c2ef6141771d2ad440c92.tar.gz |
Need a different #include for the userland regression test.
Diffstat (limited to 'sys/geom')
-rw-r--r-- | sys/geom/geom.h | 2 |
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; |