summaryrefslogtreecommitdiffstats
path: root/Modules/resource.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:05:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:05:12 (GMT)
commitcdc445122208cb90a59a468a7396b227e223c43a (patch)
treead9ca70705ab2c5a952aeeae91f0160394f98604 /Modules/resource.c
parentedb60a7ba9daa607a8021f2823e6bbd8fc942711 (diff)
downloadcpython-cdc445122208cb90a59a468a7396b227e223c43a.zip
cpython-cdc445122208cb90a59a468a7396b227e223c43a.tar.gz
cpython-cdc445122208cb90a59a468a7396b227e223c43a.tar.bz2
Include <unistd.h> in Python.h. Fixes #500924.
Diffstat (limited to 'Modules/resource.c')
-rw-r--r--Modules/resource.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/resource.c b/Modules/resource.c
index 43ed1de..45474be 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -2,7 +2,6 @@
#include "Python.h"
#include <sys/resource.h>
#include <sys/time.h>
-#include <unistd.h>
#include <string.h>
#include <errno.h>