libgsm/libgsm-include.patch
Takashi Iwai 9c580fd403 Accepting request 991218 from home:polslinux:branches:multimedia:libs
- Update to 1.0.20:
  * Use $(RMFLAGS) with the rms in the Makefile; add -f to $(RMFLAGS) to
    avoid spurious error messages during build.
- Rebase and rename libgsm-1.0.20.patch.
- Rebase libgsm-include.patch.

OBS-URL: https://build.opensuse.org/request/show/991218
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=27
2022-07-26 13:01:49 +00:00

16 lines
299 B
Diff

Index: src/toast.c
===================================================================
--- src/toast.c.orig
+++ 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.
*/