From 1d4705d9c869a312f63b252c90984ab32bd75405 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 9 May 2005 13:27:51 +0000 Subject: [PATCH] Make Makefile.gtk build again on Linux (assume ). [originally from svn r5764] --- unix/uxpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/uxpty.c b/unix/uxpty.c index b5164e24..b3bda081 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -24,7 +24,7 @@ #include "putty.h" #include "tree234.h" -#ifdef HAVE_UTMPX_H +#ifndef OMIT_UTMP #include #endif