Skip to content

Instantly share code, notes, and snippets.

@accopeland
Created December 3, 2015 18:30
Show Gist options
  • Save accopeland/35c533a85bd4259fb2e3 to your computer and use it in GitHub Desktop.
Save accopeland/35c533a85bd4259fb2e3 to your computer and use it in GitHub Desktop.
diff --git a/src/signals-apple.c b/src/signals-apple.c
index ab3709b..5001166 100644
--- a/src/signals-apple.c
+++ b/src/signals-apple.c
@@ -9,7 +9,7 @@
#include <sys/_types/_ucontext64.h>
#else
#define __need_ucontext64_t
-#include <machine/_structs.h>
+#include <sys/_structs.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment