diff options
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ #include <string.h> #include <unistd.h> +#if defined(HAVE_NCURSES_H) +#include <ncurses.h> +#endif + #include "tmux.h" struct tmuxproc { |