aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-26 16:44:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-26 16:44:32 +0000
commit1618f3eae65743850e8b81df041e7372b8843dc6 (patch)
treee465a48be0311d791f33180942be8da6df557e2a /tmux.h
parentc47d66f49ba50412260a33ec05c5c7c2b0249ed9 (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index ce9c2677..961019d8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;