mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
This commit is contained in:
parent
613418aa09
commit
86aeb900e5
@ -30,6 +30,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||
******************************************************************/
|
||||
|
||||
#include "Python.h"
|
||||
#include "mytime.h" /* needed for SunOS4.1 */
|
||||
#include <sys/resource.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user