diff options
Diffstat (limited to 'sys/dev/sound/pcm/feeder.c')
-rw-r--r-- | sys/dev/sound/pcm/feeder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index 055dc98..a545c1f 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include <dev/pcm/sound.h> +#include <dev/sound/pcm/sound.h> static int chn_addfeeder(pcm_channel *c, pcm_feeder *f); static int chn_removefeeder(pcm_channel *c); |