Browse Source

Add sys/wait.h for WEXITSTATUS

Serj Kalichev 23 hours ago
parent
commit
df290ee30d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      klish/ksession/kexec.c

+ 1 - 0
klish/ksession/kexec.c

@@ -14,6 +14,7 @@
 #include <termios.h>
 #include <signal.h>
 #include <errno.h>
+#include <sys/wait.h>
 
 #include <faux/list.h>
 #include <faux/buf.h>