2022-07-26 13:01:49 +00:00
|
|
|
Index: src/toast.c
|
|
|
|
===================================================================
|
|
|
|
--- src/toast.c.orig
|
2007-01-15 23:22:05 +00:00
|
|
|
+++ 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.
|
|
|
|
*/
|
|
|
|
|