Changes of Revision 3
[-] [+] | Added | libgsm-include.patch |
@@ -0,0 +1,13 @@ +--- src/toast.c ++++ src/toast.c +@@ -8,6 +8,10 @@ + + #include "toast.h" + ++#include <stdio.h> ++#include <getopt.h> ++#include <sys/stat.h> ++ + /* toast -- lossy sound compression using the gsm library. + */ + |