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:
David Anderson 2020-08-27 15:42:11 -07:00 committed by GitHub
commit f6d191ccdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;