mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
array.h can be local to window-choose.c now.
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "array.h"
|
||||
#include "tmux.h"
|
||||
|
||||
struct screen *window_choose_init(struct window_pane *);
|
||||
|
Reference in New Issue
Block a user