summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/feeder.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
committercg <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
commitb2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6 (patch)
tree7ae8874a48e567b33d8d21d34a672f52c6e5978c /sys/dev/sound/pcm/feeder.c
parentf65e4dc8cd7e232012422502e55bafb00fa908f8 (diff)
downloadFreeBSD-src-b2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6.zip
FreeBSD-src-b2eb38ffac6c6bdaa36a993f56f02c68a7e12fc6.tar.gz
repo-copied to make way for newmidi, this commit updates include paths
Diffstat (limited to 'sys/dev/sound/pcm/feeder.c')
-rw-r--r--sys/dev/sound/pcm/feeder.c2
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);
OpenPOWER on IntegriCloud