diff options
-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 |
index : tinyalsa | ||
Tiny library to interface with ALSA in the Linux kernel |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | tinyplay.c | 1 |
@@ -30,6 +30,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #define ID_RIFF 0x46464952 #define ID_WAVE 0x45564157 |