1
0
Files
android-file-transfer-linux/fix-missing-include.patch
llyyr cf74cf87ba Accepting request 1076418 from home:iznogood:branches:hardware
- Add fix-missing-include.patch: Fix missing include exposed by gcc
  13.
- Switch service to explicit git commit instead of master, and
  switch to obs_scm and manual run, tar_scm and disabledrun
  are deprecated.

OBS-URL: https://build.opensuse.org/request/show/1076418
OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=2
2023-03-31 10:50:38 +00:00

12 lines
521 B
Diff

diff -Nur android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h
--- android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h 2022-11-05 22:46:38.000000000 +0100
+++ android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h 2023-03-31 09:51:33.497839760 +0200
@@ -28,6 +28,7 @@
#include <mutex>
#include <exception>
#include <string>
+#include <stdexcept>
namespace mtp
{