mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix macos build
This commit is contained in:
parent
5c721ea711
commit
ea2f0dd844
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
// ucontext is not available without _XOPEN_SOURCE
|
// ucontext is not available without _XOPEN_SOURCE
|
||||||
#define _XOPEN_SOURCE
|
#define _XOPEN_SOURCE 700
|
||||||
#endif
|
#endif
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user