Skip to content

Commit

Permalink
collector: add missing header for waitpid
Browse files Browse the repository at this point in the history
After 26589bb
  • Loading branch information
xrmx committed Nov 22, 2015
1 parent 3da27ff commit fd97cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <sys/select.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/wait.h>

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

0 comments on commit fd97cd9

Please sign in to comment.