Skip to content
Snippets Groups Projects
Commit 374fbdb4 authored by Christian Thomsen's avatar Christian Thomsen
Browse files

add: include sys/wait.h for process management in socket_transfer.cpp

parent 7420285d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#include <cstring>
#include <chrono>
#include <arpa/inet.h>
#include <sys/wait.h>
using namespace std;
using namespace std::chrono;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment