chiark / gitweb /
e5d7961f64cd906c3d494396e815c54f78fb4a1b
[termux-packages] / packages / fish / exec.cpp.patch
1 diff -u -r ../fish-shell-master/src/exec.cpp ./src/exec.cpp
2 --- ../fish-shell-master/src/exec.cpp   2015-09-30 09:14:09.000000000 -0400
3 +++ ./src/exec.cpp      2015-09-30 18:13:06.563764498 -0400
4 @@ -18,7 +18,9 @@
5  #include <assert.h>
6  #include <vector>
7  #include <algorithm>
8 +#ifdef FISH_USE_POSIX_SPAWN
9  #include <spawn.h>
10 +#endif
11  #include <wctype.h>
12  #include <map>
13  #include <string>