diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-20 11:28:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-20 11:28:37 +0000 |
| commit | 0b4583e8735d8fc9f74d5ec80b26a285213d6bed (patch) | |
| tree | 8c989926cf85894bf0b911a704076da434241a91 | |
| parent | 30f5ffb8d9bdd40acd0f1f659fd9558b73919d97 (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index d6943df627eb..4d2a02d364b9 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -18,9 +18,9 @@ #include <sys/bio.h> #include <sys/conf.h> #include <sys/disk.h> -#include <sys/diskslice.h> #include <sys/disklabel.h> #ifdef NO_GEOM +#include <sys/diskslice.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/sysctl.h> |
