chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / tmux / compat-setproctitle.c.patch
1 diff -u -r ../tmux-2.5/compat/setproctitle.c ./compat/setproctitle.c
2 --- ../tmux-2.5/compat/setproctitle.c   2017-04-28 15:43:11.000000000 +0200
3 +++ ./compat/setproctitle.c     2017-07-02 11:16:40.393826133 +0200
4 @@ -18,6 +18,9 @@
5  
6  #include <stdarg.h>
7  #include <string.h>
8 +#ifdef __ANDROID__
9 +# include <stdlib.h> /* For getprogname() */
10 +#endif
11  
12  #include "compat.h"
13