mirror of
https://github.com/jarun/nnn.git
synced 2025-03-19 04:49:49 +00:00
Include sys/wait.h for waitpid()
This commit is contained in:
parent
ce1fcfc7b8
commit
dbac1486c6
1 changed files with 1 additions and 0 deletions
1
noice.c
1
noice.c
|
@ -1,5 +1,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue