aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.h2
-rw-r--r--window-choose.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 9783a65f..72e172e6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -35,8 +35,6 @@
#include <stdio.h>
#include <termios.h>
-#include "array.h"
-
extern char *__progname;
extern char **environ;
diff --git a/window-choose.c b/window-choose.c
index 8672212a..d4b20bca 100644
--- a/window-choose.c
+++ b/window-choose.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
+#include "array.h"
#include "tmux.h"
struct screen *window_choose_init(struct window_pane *);