From: jacob Date: Mon, 9 May 2005 13:27:51 +0000 (+0000) Subject: Make Makefile.gtk build again on Linux (assume ). X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/0b1df79721bc25a7a5b6281b54af889a9402ec25 Make Makefile.gtk build again on Linux (assume ). git-svn-id: svn://svn.tartarus.org/sgt/putty@5764 cda61777-01e9-0310-a592-d414129be87e --- 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