freebsd-ports/sysutils/ncdu/files/patch-src_shell.c
Pawel Pekala da97618e20 Update to version 1.11
Changelog:

- Added 'b' key to spawn shell in the current directory
- Support scanning (and refreshing) of empty directories
- Added --si flag for base 10 prefixes
- Fix toggle dirs before files
2015-05-07 15:03:05 +00:00

10 lines
209 B
C

--- src/shell.c.orig 2015-05-07 14:48:25 UTC
+++ src/shell.c
@@ -29,6 +29,7 @@
#include "dirlist.h"
#include "util.h"
+#include <sys/wait.h>
#include <ncurses.h>
#include <stdlib.h>
#include <unistd.h>