mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
#include <signal.h>. Compiled fine without it on Debian 3.0, but not
on 2.2. Wonder what changed. [originally from svn r2277]
This commit is contained in:
parent
cd3252bb66
commit
06a8f88e58
@ -9,6 +9,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user