Skip to content

Commit 8d86cad

Browse files
authored
Merge pull request #183 from rlamy/pypy-resync
Resync with pypy code
2 parents e9c52d9 + 41eaa37 commit 8d86cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vmprof_unix.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
#include "vmprof_mt.h"
2626

27+
#ifdef __FreeBSD__
28+
#include <ucontext.h>
29+
#endif
2730
#include <signal.h>
2831

2932
RPY_EXTERN void vmprof_ignore_signals(int ignored);

0 commit comments

Comments
 (0)