aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:07:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:07:22 +0000
commit4273c1b80e2eb321d44154fe1e82e0f11aabcbd5 (patch)
treedf9829c6469655834fbf39e3ba7b03d8a86fc358 /tmux.h
parent488583dc8def345b32dafe5b4f9bdb0a280062d3 (diff)
downloadrtmux-4273c1b80e2eb321d44154fe1e82e0f11aabcbd5.tar.gz
rtmux-4273c1b80e2eb321d44154fe1e82e0f11aabcbd5.tar.bz2
rtmux-4273c1b80e2eb321d44154fe1e82e0f11aabcbd5.zip
Use utempter to update utmp if it's around for configure, from madmaverick9 at
roxxmail dot eu.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 7d5f230b..ec5cf55f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -32,6 +32,10 @@
#include <stdio.h>
#include <termios.h>
+#ifdef HAVE_UTEMPTER
+#include <utempter.h>
+#endif
+
#include "array.h"
#include "compat.h"