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 | cdc445122208cb90a59a468a7396b227e223c43a (patch) | |
| tree | ad9ca70705ab2c5a952aeeae91f0160394f98604 /Parser/intrcheck.c | |
| parent | edb60a7ba9daa607a8021f2823e6bbd8fc942711 (diff) | |
| download | cpython-git-cdc445122208cb90a59a468a7396b227e223c43a.tar.gz | |
Include <unistd.h> in Python.h. Fixes #500924.
Diffstat (limited to 'Parser/intrcheck.c')
| -rw-r--r-- | Parser/intrcheck.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index 686e030e60..e2ca5b46a8 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -107,9 +107,6 @@ PyOS_InterruptOccurred(void) #include <stdio.h> #include <string.h> #include <signal.h> -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif static int interrupted; |
