diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 (GMT) |
commit | cdc445122208cb90a59a468a7396b227e223c43a (patch) | |
tree | ad9ca70705ab2c5a952aeeae91f0160394f98604 /Python/thread_solaris.h | |
parent | edb60a7ba9daa607a8021f2823e6bbd8fc942711 (diff) | |
download | cpython-cdc445122208cb90a59a468a7396b227e223c43a.zip cpython-cdc445122208cb90a59a468a7396b227e223c43a.tar.gz cpython-cdc445122208cb90a59a468a7396b227e223c43a.tar.bz2 |
Include <unistd.h> in Python.h. Fixes #500924.
Diffstat (limited to 'Python/thread_solaris.h')
-rw-r--r-- | Python/thread_solaris.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 4c958b9..8e24126 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.h @@ -1,7 +1,6 @@ #include <stdlib.h> #include <stdio.h> -#include <unistd.h> #include <errno.h> #include </usr/include/thread.h> #undef _POSIX_THREADS |