chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial push
[termux-packages]
/
packages
/
ncdu
/
src-shell.c.patch
1
diff -u -r ../ncdu-1.11/src/shell.c ./src/shell.c
2
--- ../ncdu-1.11/src/shell.c 2014-12-14 09:13:08.000000000 -0500
3
+++ ./src/shell.c 2015-05-24 18:20:18.274063946 -0400
4
@@ -32,6 +32,7 @@
5
#include <ncurses.h>
6
#include <stdlib.h>
7
#include <unistd.h>
8
+#include <sys/wait.h>
9
10
void shell_draw() {
11
char *full_path;