]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxpty.c
A major purpose of PuTTY's memory-allocation functions is to succeed or die
[PuTTY.git] / unix / uxpty.c
index b5164e242b3806b5a06a2fafd58f3f3cfa548241..b3bda081c2fa69c86f6b53874101861b515a7883 100644 (file)
@@ -24,7 +24,7 @@
 #include "putty.h"
 #include "tree234.h"
 
-#ifdef HAVE_UTMPX_H
+#ifndef OMIT_UTMP
 #include <utmpx.h>
 #endif