mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
This commit is contained in:
parent
613418aa09
commit
86aeb900e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue