diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-05-26 16:44:32 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-05-26 16:44:32 +0000 |
commit | 1618f3eae65743850e8b81df041e7372b8843dc6 (patch) | |
tree | e465a48be0311d791f33180942be8da6df557e2a /tmux.h | |
parent | c47d66f49ba50412260a33ec05c5c7c2b0249ed9 (diff) | |
download | rtmux-1618f3eae65743850e8b81df041e7372b8843dc6.tar.gz rtmux-1618f3eae65743850e8b81df041e7372b8843dc6.tar.bz2 rtmux-1618f3eae65743850e8b81df041e7372b8843dc6.zip |
Move imsg into libutil and add a man page.
Minor bump for libutil.
Previous versions of this diff and man page looked at by various people.
"you should just commit" deraadt
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ #include <bitstring.h> #include <event.h> #include <getopt.h> +#include <imsg.h> #include <limits.h> #include <signal.h> #include <stdarg.h> @@ -38,7 +39,6 @@ #include <termios.h> #include "array.h" -#include "imsg.h" extern char *__progname; extern char **environ; |