mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
fix OS X build
This commit is contained in:
@ -8,14 +8,14 @@
|
||||
There is NO WARRANTY for this software. See license.txt for
|
||||
details. */
|
||||
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include "CoreFoundation/CoreFoundation.h"
|
||||
# undef assert
|
||||
# define _XOPEN_SOURCE
|
||||
#endif
|
||||
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
#include "sys/mman.h"
|
||||
#include "sys/types.h"
|
||||
#include "sys/stat.h"
|
||||
|
Reference in New Issue
Block a user