1
0
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:
Simon Tatham 2002-12-04 12:40:36 +00:00
parent cd3252bb66
commit 06a8f88e58

View File

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