Skip to content
Snippets Groups Projects
Commit 6d8f1085 authored by ajf5's avatar ajf5
Browse files

header fix

parent dbca39a1
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
#include <string.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/wait.h>
#ifdef __linux__
#include <bits/stdc++.h>
#endif
......@@ -21,9 +22,6 @@ using std::get;
using std::tuple_element;
using std::tuple;
static pthread_mutex_t thread_counter_lock = PTHREAD_MUTEX_INITIALIZER;
static int thread_counter = 0;
vector<string> splitString(string s, string delimiter);
string getIP();
string getIP(const char * host);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment