diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-14 18:58:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-14 18:58:36 +0000 |
| commit | 296bbb4cfbac0af88b6b346765373f8f03236428 (patch) | |
| tree | 11e2bb590cc1123a0f120db114135c7c04fb9ef5 /sys | |
| parent | c1e2d3866f0463e72c8fe179c7ba3f32c65ab787 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/sound/pcm/sound.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index acc7141e4665..7afa9485db48 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -52,10 +52,9 @@ #include <sys/errno.h> #include <sys/malloc.h> #include <sys/bus.h> -#if __FreeBSD_version > 500000 -#include <sys/bio.h> -#endif +#if __FreeBSD_version < 500000 #include <sys/buf.h> +#endif #include <machine/clock.h> /* for DELAY */ #include <machine/resource.h> #include <machine/bus.h> |
