diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:05:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:05:58 +0000 |
commit | 13f2b43cc1ceb8eb08babf9ef3b6f89c82b5c185 (patch) | |
tree | 324ce39c3f418e52ce6edcac1f434d4ec0311946 /gsm-warnings.patch | |
parent | fc176100ecbe5e85c7b3bff5d7d899e37b78d1fc (diff) |
automatic import of gsmopeneuler24.03_LTS
Diffstat (limited to 'gsm-warnings.patch')
-rw-r--r-- | gsm-warnings.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gsm-warnings.patch b/gsm-warnings.patch new file mode 100644 index 0000000..6399279 --- /dev/null +++ b/gsm-warnings.patch @@ -0,0 +1,13 @@ +diff -up gsm-1.0-pl17/src/toast.c.warn gsm-1.0-pl17/src/toast.c +--- gsm-1.0-pl17/src/toast.c.warn 2017-06-28 02:09:38.000000000 +0200 ++++ gsm-1.0-pl17/src/toast.c 2017-06-29 11:44:43.979453734 +0200 +@@ -6,6 +6,9 @@ + + /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/toast.c,v 1.8 1996/07/02 10:41:04 jutta Exp $ */ + ++#include <stdio.h> ++#include <unistd.h> ++#include <getopt.h> + #include "toast.h" + + /* toast -- lossy sound compression using the gsm library. |