Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86aeb90

Browse files
committed
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
1 parent 613418a commit 86aeb90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ PERFORMANCE OF THIS SOFTWARE.
3030
******************************************************************/
3131

3232
#include "Python.h"
33+
#include "mytime.h" /* needed for SunOS4.1 */
3334
#include <sys/resource.h>
3435
#include <sys/time.h>
3536
#include <unistd.h>

0 commit comments

Comments
 (0)