diff options
Diffstat (limited to 'sys/dev/sound/pcm/sound.c')
-rw-r--r-- | sys/dev/sound/pcm/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 4a39eec..4d8b64e 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -29,7 +29,7 @@ #include "opt_devfs.h" -#include <dev/pcm/sound.h> +#include <dev/sound/pcm/sound.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /* DEVFS */ |