forked from Lainports/freebsd-ports
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
10 lines
209 B
C
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>
|