diff options
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 18c38e7..dfb1e1c 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -26,8 +26,8 @@ * $FreeBSD$ */ -#include <dev/pcm/sound.h> -#include <dev/pcm/ac97.h> +#include <dev/sound/pcm/sound.h> +#include <dev/sound/pcm/ac97.h> #define AC97_MUTE 0x8000 |