diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 +0000 |
commit | 1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede (patch) | |
tree | 9af456c2a297a7a8a665455a6fdbefa817dc9a30 /Python/thread_solaris.h | |
parent | 6298dc843edf03eab2579779bdb000baa9cb3b55 (diff) | |
download | cpython-1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede.tar.gz |
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 4c958b915e..8e24126600 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 |