Fix error in Snow Leopard.

pull/216/head
castano 15 years ago
parent 9de3298d6b
commit b7fbd1fc9b

@ -38,7 +38,7 @@
# include <unistd.h> // getpid
# include <sys/types.h>
# include <sys/sysctl.h> // sysctl
# include <ucontext.h>
# include <sys/ucontext.h>
# undef HAVE_EXECINFO_H
# if defined(HAVE_EXECINFO_H) // only after OSX 10.5
# include <execinfo.h> // backtrace

Loading…
Cancel
Save