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>
|
||
|
|