Skip to content

Commit bb18455

Browse files
committed
Include <sys/wait.h> for waitpid()
Signed-off-by: Jakub Skokan <jakub.skokan@havefun.cz>
1 parent df2ce36 commit bb18455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/lxc/lxc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <stdint.h>
88
#include <string.h>
99
#include <errno.h>
10+
#include <sys/wait.h>
1011

1112
#define SYMBOL(s) ID2SYM(rb_intern(s))
1213

0 commit comments

Comments
 (0)