diff options
Diffstat (limited to 'utils/ncdu/patches/010-add_sys_wait.patch')
-rw-r--r-- | utils/ncdu/patches/010-add_sys_wait.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/ncdu/patches/010-add_sys_wait.patch b/utils/ncdu/patches/010-add_sys_wait.patch new file mode 100644 index 000000000..dfc06117e --- /dev/null +++ b/utils/ncdu/patches/010-add_sys_wait.patch @@ -0,0 +1,10 @@ +--- a/src/shell.c ++++ b/src/shell.c +@@ -33,6 +33,7 @@ + #include <stdlib.h> + #include <unistd.h> ++#include <sys/wait.h> + + void shell_draw() { + char *full_path; + int res; |