Browse Source

Include sys/wait.h for waitpid()

master
sin 10 years ago
parent
commit
dbac1486c6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      noice.c

+ 1
- 0
noice.c View File

@@ -1,5 +1,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>

#include <errno.h>
#include <fcntl.h>


Loading…
Cancel
Save