Fix gdb.base/catch-fork-kill.c compilation
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / catch-fork-kill.c
index 607df2e0b47166aca63d114948bc919b6f609361..eb5a33b551b4e5f7abcef0a6803f62ececa28b6a 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <assert.h>
+#include <sys/wait.h>
 
 int fds[2] = { -1, -1 };
 
This page took 0.023444 seconds and 4 git commands to generate.