Use vfork() for spawning processes #45

This commit is contained in:
Robbert van der Helm
2020-10-21 22:30:50 +02:00
parent 3facdf532a
commit ce385f39d3
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -16,6 +16,9 @@
#pragma once
// Bosot.Process's auto detection for vfork() support doesn't seem to work
#define BOOST_POSIX_HAS_VFORK 1
#include <boost/asio/local/stream_protocol.hpp>
#include <boost/asio/streambuf.hpp>
#include <boost/filesystem.hpp>