mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Make gcc -Wall happy
This commit is contained in:
parent
bda7ca7772
commit
fd8a393086
6 changed files with 29 additions and 20 deletions
|
@ -125,6 +125,9 @@ intrcheck()
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
static int interrupted;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue