[pypy-commit] pypy default: include signal.h for mac os x

plan_rich pypy.commits at gmail.com
Mon Apr 3 13:20:13 EDT 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r90935:94bf0cac414f
Date: 2017-04-03 13:14 -0400
http://bitbucket.org/pypy/pypy/changeset/94bf0cac414f/

Log:	include signal.h for mac os x

diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvmprof.h
--- a/rpython/rlib/rvmprof/src/rvmprof.h
+++ b/rpython/rlib/rvmprof/src/rvmprof.h
@@ -1,5 +1,6 @@
 #pragma once
 
+#include <signal.h>
 #include "shared/vmprof.h"
 
 #define SINGLE_BUF_SIZE (8192 - 2 * sizeof(unsigned int))


More information about the pypy-commit mailing list