Make Makefile.gtk build again on Linux (assume <utmpx.h>).
[sgt/putty] / unix / uxpty.c
index b5164e2..b3bda08 100644 (file)
@@ -24,7 +24,7 @@
 #include "putty.h"
 #include "tree234.h"
 
-#ifdef HAVE_UTMPX_H
+#ifndef OMIT_UTMP
 #include <utmpx.h>
 #endif