Restore accidentally removed signal.h include
This commit is contained in:
parent
5dc4e79c8d
commit
40186fb54b
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/socket.h>
|
||||
#include <signal.h>
|
||||
extern PyTypeObject Screen_Type;
|
||||
|
||||
#define EXTRA_FDS 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue