summaryrefslogtreecommitdiffstats
path: root/utils/ncdu/patches/010-add_sys_wait.patch
blob: dfc06117e4c3b450edae5861ec34509d598918dc (plain)
1
2
3
4
5
6
7
8
9
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;