aboutsummaryrefslogtreecommitdiff
path: root/tinyplay.c
diff options
context:
space:
mode:
authorGabriel M. Beddingfield <gabrbedd@ti.com>2012-04-19 21:33:39 -0500
committerSimon Wilson <simonwilson@google.com>2012-10-22 16:59:07 -0700
commitf9678dd81c336acda7cef9a97213b2d51a1aebf4 (patch)
tree9ece6cb593aca5f8f5e72688be8dda2841bbcb61 /tinyplay.c
parentcde1f6f974c5832a970e3496467cda39d7dc1157 (diff)
tinyplay: Add missing header file <string.h>
Diffstat (limited to 'tinyplay.c')
-rw-r--r--tinyplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyplay.c b/tinyplay.c
index 3f76cc6..cc35170 100644
--- a/tinyplay.c
+++ b/tinyplay.c
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
+#include <string.h>
#define ID_RIFF 0x46464952
#define ID_WAVE 0x45564157