Commit 7b801ca9 authored by David S. Miller's avatar David S. Miller

sound/core/seq/seq_midi_emul.c: Include linux/string.h

parent fdb760d0
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <sound/driver.h> #include <sound/driver.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/string.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/seq_kernel.h> #include <sound/seq_kernel.h>
#include <sound/seq_midi_emul.h> #include <sound/seq_midi_emul.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment