Converted web_server to unix
This commit is contained in:
parent
931de23a67
commit
3b3c421bae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user