Added proxy base and fixed web server #1

Merged
Trianta merged 13 commits from dev into master 2023-09-30 17:14:11 -05:00
Showing only changes of commit 3b3c421bae - Show all commits

View File

@ -36,6 +36,7 @@
#include <string.h> // Needed for strcpy() and strlen()
#include <fcntl.h> // Needed for file i/o constants
#include <sys/stat.h> // Needed for file i/o constants
#include <thread>
/* FOR BSD UNIX/LINUX ---------------------------------------------------- */
#ifdef UNIX