From 06a8f88e58c50b5e62096a550b3aea1f323b36dc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 4 Dec 2002 12:40:36 +0000 Subject: [PATCH] #include . Compiled fine without it on Debian 3.0, but not on 2.2. Wonder what changed. [originally from svn r2277] --- unix/pterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/pterm.c b/unix/pterm.c index 22b9c2cd..714bef1a 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include