diff options
Diffstat (limited to 'sys/dev/sound/pcm/dsp.c')
-rw-r--r-- | sys/dev/sound/pcm/dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 7347e3c..3990866 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -30,7 +30,7 @@ #include <sys/queue.h> #include <sys/kernel.h> -#include <dev/pcm/sound.h> +#include <dev/sound/pcm/sound.h> static int getchns(snddev_info *d, int chan, pcm_channel **rdch, pcm_channel **wrch); |