Skip to content

Commit 999bebc

Browse files
gahrstapelberg
authored andcommitted
WIFEXITED needs sys/wait.h (i3#2989)
1 parent f4f3d64 commit 999bebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcases/inject_randr1.5.c

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <sys/resource.h>
2424
#include <sys/mman.h>
2525
#include <sys/stat.h>
26+
#include <sys/wait.h>
2627
#include <libgen.h>
2728

2829
static void uds_connection_cb(EV_P_ ev_io *w, int revents);

0 commit comments

Comments
 (0)