libgsm/libgsm-include.patch

14 lines
207 B
Diff
Raw Normal View History

--- 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.
*/