From 0b1df79721bc25a7a5b6281b54af889a9402ec25 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 9 May 2005 13:27:51 +0000 Subject: [PATCH] Make Makefile.gtk build again on Linux (assume ). git-svn-id: svn://svn.tartarus.org/sgt/putty@5764 cda61777-01e9-0310-a592-d414129be87e --- 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 -- 2.11.0