diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-24 23:07:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-24 23:07:22 +0000 |
commit | 4273c1b80e2eb321d44154fe1e82e0f11aabcbd5 (patch) | |
tree | df9829c6469655834fbf39e3ba7b03d8a86fc358 /tmux.h | |
parent | 488583dc8def345b32dafe5b4f9bdb0a280062d3 (diff) | |
download | rtmux-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ #include <stdio.h> #include <termios.h> +#ifdef HAVE_UTEMPTER +#include <utempter.h> +#endif + #include "array.h" #include "compat.h" |