fish/fix-gcc10-build.patch

13 lines
293 B
Diff
Raw Normal View History

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>