summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-31 16:55:51 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-31 16:55:51 (GMT)
commit86aeb900e5e9dea96cddc697b6145e1fe1435ca1 (patch)
tree27edacd4d19fbd696a8107d17136a67b5c93b652
parent613418aa09107c6b751e0a1d7e299fb985b85c91 (diff)
downloadcpython-86aeb900e5e9dea96cddc697b6145e1fe1435ca1.zip
cpython-86aeb900e5e9dea96cddc697b6145e1fe1435ca1.tar.gz
cpython-86aeb900e5e9dea96cddc697b6145e1fe1435ca1.tar.bz2
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
-rw-r--r--Modules/resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/resource.c b/Modules/resource.c
index 9518ed6..5856a79 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -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>