diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 28c1c593cf6..6244728b264 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -20,7 +20,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include <setjmp.h> | ||
| 24 | #include "lisp.h" | 23 | #include "lisp.h" |
| 25 | #include "blockinput.h" | 24 | #include "blockinput.h" |
| 26 | #include "w32term.h" | 25 | #include "w32term.h" |
| @@ -4163,6 +4162,7 @@ w32_read_socket (struct terminal *terminal, int expected, | |||
| 4163 | if (interrupt_input_blocked) | 4162 | if (interrupt_input_blocked) |
| 4164 | { | 4163 | { |
| 4165 | interrupt_input_pending = 1; | 4164 | interrupt_input_pending = 1; |
| 4165 | pending_signals = 1; | ||
| 4166 | return -1; | 4166 | return -1; |
| 4167 | } | 4167 | } |
| 4168 | 4168 | ||