Author: Armin Rigo <[email protected]>
Branch:
Changeset: r87862:4eb9db301ec2
Date: 2016-10-18 20:50 +0200
http://bitbucket.org/pypy/pypy/changeset/4eb9db301ec2/
Log: Issue #2419, 1/2
diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py
--- a/rpython/rlib/rtime.py
+++ b/rpython/rlib/rtime.py
@@ -29,7 +29,8 @@
'sys/types.h', 'unistd.h',
'sys/time.h', 'sys/resource.h']
- if not sys.platform.startswith("openbsd"):
+ if not sys.platform.startswith("openbsd") and \
+ not sys.platform.startswith("freebsd"):
includes.append('sys/timeb.h')
need_rusage = True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit