mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix OS X regression due to QNX header differences
This commit is contained in:
parent
2d6bfa5383
commit
03c3182497
@ -14,7 +14,10 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include "CoreFoundation/CoreFoundation.h"
|
||||
# include "sys/ucontext.h"
|
||||
# undef assert
|
||||
#else
|
||||
# include "ucontext.h"
|
||||
#endif
|
||||
|
||||
#include "sys/mman.h"
|
||||
@ -28,7 +31,6 @@
|
||||
#include "unistd.h"
|
||||
#include "pthread.h"
|
||||
#include "signal.h"
|
||||
#include "ucontext.h"
|
||||
#include "stdint.h"
|
||||
#include "dirent.h"
|
||||
#include "sched.h"
|
||||
|
Loading…
Reference in New Issue
Block a user