]> git.sur5r.net Git - i3/i3/commitdiff
WIFEXITED needs sys/wait.h (#2989)
authorPietro Cerutti <gahr@gahr.ch>
Mon, 25 Sep 2017 16:11:15 +0000 (17:11 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 25 Sep 2017 16:11:15 +0000 (09:11 -0700)
testcases/inject_randr1.5.c

index 6cccfa762d1a09b12a9704711d5c25fbcdadcc9b..5506d67e78b1bf748edd692a9a2f7e7f5450a4fe 100644 (file)
@@ -23,6 +23,7 @@
 #include <sys/resource.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
+#include <sys/wait.h>
 #include <libgen.h>
 
 static void uds_connection_cb(EV_P_ ev_io *w, int revents);