diff options
-rw-r--r-- | tty-features.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tty-features.c b/tty-features.c index e387f823..64f0039a 100644 --- a/tty-features.c +++ b/tty-features.c @@ -21,6 +21,12 @@ #include <stdlib.h> #include <string.h> +#if defined(HAVE_CURSES_H) +#include <curses.h> +#elif defined(HAVE_NCURSES_H) +#include <ncurses.h> +#endif + #include "tmux.h" /* |