1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Make Makefile.gtk build again on Linux (assume <utmpx.h>).

[originally from svn r5764]
This commit is contained in:
Jacob Nevins 2005-05-09 13:27:51 +00:00
parent ea2cac08e9
commit 1d4705d9c8

View File

@ -24,7 +24,7 @@
#include "putty.h"
#include "tree234.h"
#ifdef HAVE_UTMPX_H
#ifndef OMIT_UTMP
#include <utmpx.h>
#endif