summaryrefslogtreecommitdiffstats
path: root/window-choose.c
diff options
context:
space:
mode:
authornicm <nicm>2015-05-07 08:08:54 +0000
committernicm <nicm>2015-05-07 08:08:54 +0000
commit1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4 (patch)
treeb843a85a70d447be95a9c665553ca05eaca88d72 /window-choose.c
parent7becf326e3b756016f2df6230db9fcf714d44955 (diff)
array.h can be local to window-choose.c now.
Diffstat (limited to 'window-choose.c')
-rw-r--r--window-choose.c1
1 files changed, 1 insertions, 0 deletions
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 *);