fish/fix-gcc10-build.patch
2020-03-31 09:41:37 +00:00

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>