Restore accidentally removed signal.h include

This commit is contained in:
Kovid Goyal 2019-07-05 12:22:38 +05:30
parent 5dc4e79c8d
commit 40186fb54b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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