]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
#include <signal.h>. Compiled fine without it on Debian 3.0, but not
authorSimon Tatham <anakin@pobox.com>
Wed, 4 Dec 2002 12:40:36 +0000 (12:40 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 4 Dec 2002 12:40:36 +0000 (12:40 +0000)
on 2.2. Wonder what changed.

[originally from svn r2277]

unix/pterm.c

index 22b9c2cdfbd0178984a58511e4374ceaaad30633..714bef1af84e940b0491576d94e7d765bc24bbdd 100644 (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>