Commit 17717558 authored by Matt Connolly's avatar Matt Connolly

test_fork.cpp: adding missing headers for linux

parent c3adc86d
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include "testutil.hpp" #include "testutil.hpp"
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>
#include <stdlib.h>
#include <sys/wait.h>
const char* address = "tcp://127.0.0.1:6571"; const char* address = "tcp://127.0.0.1:6571";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment