- Fix build with gcc10 fix-gcc10-build.patch (boo#1167862) - Use python3 rather then python2 OBS-URL: https://build.opensuse.org/request/show/790050 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=48
13 lines
293 B
Diff
13 lines
293 B
Diff
Index: fish-3.1.0/src/iothread.h
|
|
===================================================================
|
|
--- fish-3.1.0.orig/src/iothread.h
|
|
+++ fish-3.1.0/src/iothread.h
|
|
@@ -4,6 +4,7 @@
|
|
|
|
#include <pthread.h>
|
|
|
|
+#include <cstdint> // for uint64_t
|
|
#include <functional>
|
|
#include <type_traits>
|
|
|