Ei kuvausta

010-add_sys_wait.patch 174B

12345678910
  1. --- a/src/shell.c
  2. +++ b/src/shell.c
  3. @@ -33,6 +33,7 @@
  4. #include <stdlib.h>
  5. #include <unistd.h>
  6. +#include <sys/wait.h>
  7. void shell_draw() {
  8. char *full_path;
  9. int res;