aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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;