You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/rplay/files/rplay-3.3.2-built-in_functi...

21 lines
366 B

--- a/adpcm/decode.c
+++ b/adpcm/decode.c
@@ -6,6 +6,7 @@
* Usage : decode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include <stdio.h>
+#include <stdlib.h>
#include "g72x.h"
--- a/adpcm/encode.c
+++ b/adpcm/encode.c
@@ -6,6 +6,7 @@
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include <stdio.h>
+#include <stdlib.h>
#include "g72x.h"