mirror of https://github.com/BOINC/boinc.git
lib: Mac: fix compile error from Xcode 8.
This commit is contained in:
parent
58f6978c1e
commit
729a9bb6cb
|
@ -21,6 +21,7 @@
|
|||
#define VERBOSE_SPAWN 0 /* for debugging callPosixSpawn */
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <sys/param.h> // for MAXPATHLEN
|
||||
#include <spawn.h>
|
||||
|
||||
#define NOT_IN_TOKEN 0
|
||||
|
|
Loading…
Reference in New Issue