diff options
author | Gabriel M. Beddingfield <gabrbedd@ti.com> | 2012-04-19 21:33:39 -0500 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2012-10-22 16:59:07 -0700 |
commit | f9678dd81c336acda7cef9a97213b2d51a1aebf4 (patch) | |
tree | 9ece6cb593aca5f8f5e72688be8dda2841bbcb61 | |
parent | cde1f6f974c5832a970e3496467cda39d7dc1157 (diff) |
tinyplay: Add missing header file <string.h>
-rw-r--r-- | tinyplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #define ID_RIFF 0x46464952 #define ID_WAVE 0x45564157 |