#include <signal.h>. Compiled fine without it on Debian 3.0, but not
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 4 Dec 2002 12:40:36 +0000 (12:40 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 4 Dec 2002 12:40:36 +0000 (12:40 +0000)
on 2.2. Wonder what changed.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2277 cda61777-01e9-0310-a592-d414129be87e

unix/pterm.c

index 22b9c2c..714bef1 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>