INSTALL: fix build on Snow Leopard
http://codereview.appspot.com/116073
This commit is contained in:
parent
a673ea2203
commit
fa662c9571
10 changed files with 30 additions and 4 deletions
|
|
@ -6,6 +6,9 @@
|
|||
#include <sched.h>
|
||||
#include <signal.h>
|
||||
#if !defined(__OpenBSD__)
|
||||
# if defined(__APPLE__)
|
||||
# define _XOPEN_SOURCE /* for Snow Leopard */
|
||||
# endif
|
||||
# include <ucontext.h>
|
||||
#endif
|
||||
#include <sys/utsname.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue