diff options
Diffstat (limited to 'drivers/sound/sound.c')
-rw-r--r-- | drivers/sound/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/sound.c b/drivers/sound/sound.c index c0fc50c99da..4fde2989e04 100644 --- a/drivers/sound/sound.c +++ b/drivers/sound/sound.c @@ -4,9 +4,9 @@ * R. Chandrasekar <rcsekar@samsung.com> */ -#include <common.h> #include <log.h> #include <sound.h> +#include <linux/string.h> void sound_create_square_wave(uint sample_rate, unsigned short *data, int size, uint freq, uint channels) |