mirror of https://github.com/BOINC/boinc.git
Merge pull request #3986 from LocutusOfBorg/patch-2
Update switcher.cpp to include mac_spawn only if the system is APPLE
This commit is contained in:
commit
f6d191ccdd
|
@ -34,7 +34,9 @@
|
|||
#include "app_ipc.h"
|
||||
#include "filesys.h"
|
||||
#include "str_replace.h"
|
||||
#ifdef __APPLE__
|
||||
#include "mac_spawn.h"
|
||||
#endif
|
||||
|
||||
using std::strcpy;
|
||||
|
||||
|
|
Loading…
Reference in New Issue