Skip to content

Commit

Permalink
May OS X 10.10 build work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 10, 2014
1 parent 2e88f4c commit 6b85f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#if defined(__APPLE__)
#include <AvailabilityMacros.h>
#define __need_ucontext64_t
#if defined(MAC_OS_X_VERSION_10_10) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_10
#ifdef MAC_OS_X_VERSION_10_10
#include <sys/_types/_ucontext64.h>
#else
#include <machine/_structs.h>
Expand Down

0 comments on commit 6b85f4e

Please sign in to comment.