From ab85003bf54049316f11f3c6a3dd3e3bf11b46ff Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 15 Sep 2002 08:21:14 +0000 Subject: Fixed breakage from removing the used include of in the previous commit: Include and its prerequisite instead of depending on namespace pollution in . Only do this in the __FreeBSD_version > 500000 case although the __FreeBSD_version < 500000 case has already rotted. --- sys/dev/sound/pcm/sound.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/dev/sound/pcm/sound.h') diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 7afa9485db48..5966e364cdae 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -73,6 +73,9 @@ #undef USING_DEVFS #if __FreeBSD_version > 500000 +#include +#include + #define USING_MUTEX #define USING_DEVFS #endif -- cgit v1.2.3