[pypy-commit] pypy py3k: missing include (osx)

pjenvey pypy.commits at gmail.com
Sun Aug 28 14:01:26 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r86646:424353c8a77e
Date: 2016-08-28 10:54 -0700
http://bitbucket.org/pypy/pypy/changeset/424353c8a77e/

Log:	missing include (osx)

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -2142,6 +2142,7 @@
 eci_inheritable = eci.merge(ExternalCompilationInfo(
     separate_module_sources=[r"""
 #include <errno.h>
+#include <sys/ioctl.h>
 
 RPY_EXTERN
 int rpy_set_inheritable(int fd, int inheritable)


More information about the pypy-commit mailing list