aboutsummaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index 48db6367..5b3fd735 100644
--- a/proc.c
+++ b/proc.c
@@ -27,6 +27,10 @@
#include <string.h>
#include <unistd.h>
+#if defined(HAVE_NCURSES_H)
+#include <ncurses.h>
+#endif
+
#include "tmux.h"
struct tmuxproc {