mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
Fix modules for windows compatibility
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
#include "Common.hpp"
|
||||
|
||||
#include <cstring>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
#include <chrono>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user